Fix: buffer progress bar transition on webkit
The transition was set on the wrong pseudo element for WebKit browsers.
This commit is contained in:
parent
e8d2f23b81
commit
df5b7a008d
@ -42,13 +42,13 @@
|
||||
|
||||
&::-webkit-progress-bar {
|
||||
background: transparent;
|
||||
transition: width 0.2s ease;
|
||||
}
|
||||
|
||||
&::-webkit-progress-value {
|
||||
background: currentColor;
|
||||
border-radius: 100px;
|
||||
min-width: $plyr-range-track-height;
|
||||
transition: width 0.2s ease;
|
||||
}
|
||||
|
||||
// Mozilla
|
||||
|
Loading…
x
Reference in New Issue
Block a user