aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/plyr.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/plyr.scss')
-rw-r--r--src/sass/plyr.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss
index 5a94d17d..a94aeaf5 100644
--- a/src/sass/plyr.scss
+++ b/src/sass/plyr.scss
@@ -417,14 +417,17 @@ $plyr-bp-captions-large: 768px !default; // When captions jump to the la
&--played[value] {
&::-webkit-progress-bar {
background: transparent;
+ transition: width .2s ease;
}
// Inherit from currentColor;
&::-webkit-progress-value {
background: currentColor;
+ transition: width .2s ease;
}
&::-moz-progress-bar {
background: currentColor;
+ transition: width .2s ease;
}
}
&--played[value] {