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;