From 9d7327a45f57af8f16d494799064301c1bf58743 Mon Sep 17 00:00:00 2001 From: wvffle Date: Thu, 21 Jul 2022 16:57:10 +0000 Subject: [PATCH] Fix jitter in firefox --- front/src/style/components/_player.scss | 2 +- front/src/style/components/_queue.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/style/components/_player.scss b/front/src/style/components/_player.scss index edd1fe1e1..369a64fcc 100644 --- a/front/src/style/components/_player.scss +++ b/front/src/style/components/_player.scss @@ -46,7 +46,7 @@ } .ui.progress .bar { - transition: transform .2s linear; + transition: transform .1s linear; width: 100%; transform: scaleX(0); transform-origin: top left; diff --git a/front/src/style/components/_queue.scss b/front/src/style/components/_queue.scss index f7fb4e7f1..2f8185355 100644 --- a/front/src/style/components/_queue.scss +++ b/front/src/style/components/_queue.scss @@ -171,7 +171,7 @@ margin: 0 auto; } .ui.progress .bar { - transition: transform .2s linear; + transition: transform .1s linear; width: 100%; transform: scaleX(0); transform-origin: top left;