Skip to content

Commit

Permalink
fix(Sleek): progress bar transitions (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party authored Apr 24, 2024
1 parent d39d5e5 commit d44dcab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Sleek/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ NAVBAR
PLAYBACK BAR
---------------
*/
/* progress bar moves smoothly */
/* playback progress bar moves smoothly */
.x-progressBar-fillColor {
transition: transform 1s linear;
}
Expand All @@ -188,8 +188,7 @@ PLAYBACK BAR
transition: left 1s linear;
}

.playback-progressbar-isInteractive .DuvrswZugGajIFNXObAr .x-progressBar-fillColor,
.playback-progressbar-isInteractive .DuvrswZugGajIFNXObAr .progress-bar__slider {
.progress-bar--isDragging .x-progressBar-fillColor, .progress-bar--isDragging .progress-bar__slider {
transition: none;
}

Expand Down

0 comments on commit d44dcab

Please sign in to comment.