From 7bc924caa2e1adb9d79069dde47031dc6d56c5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 6 Jan 2022 18:19:32 +0100 Subject: [PATCH] FilterBar: conditional animation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/ui.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/styles/ui.scss b/app/styles/ui.scss index c8de418e0..a594752e5 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -699,10 +699,13 @@ article:last-child > .domain { height: 3px; bottom: 0; background-color: var(--accent-color); - transition: all 0.3s; } } +.no-reduce-motion .filter-bar__active { + transition: all 0.3s; +} + .reaction__filter-bar { overflow-x: auto; overflow-y: hidden;