mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Sleek): progress bar transitions (#1053)
This commit is contained in:
parent
d39d5e519d
commit
d44dcab858
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user