fix(Sleek): progress bar transitions (#1053)

This commit is contained in:
astrid 2024-04-25 01:11:31 +02:00 committed by GitHub
parent d39d5e519d
commit d44dcab858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,7 @@ NAVBAR
PLAYBACK BAR PLAYBACK BAR
--------------- ---------------
*/ */
/* progress bar moves smoothly */ /* playback progress bar moves smoothly */
.x-progressBar-fillColor { .x-progressBar-fillColor {
transition: transform 1s linear; transition: transform 1s linear;
} }
@ -188,8 +188,7 @@ PLAYBACK BAR
transition: left 1s linear; transition: left 1s linear;
} }
.playback-progressbar-isInteractive .DuvrswZugGajIFNXObAr .x-progressBar-fillColor, .progress-bar--isDragging .x-progressBar-fillColor, .progress-bar--isDragging .progress-bar__slider {
.playback-progressbar-isInteractive .DuvrswZugGajIFNXObAr .progress-bar__slider {
transition: none; transition: none;
} }