diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/less/plyr.less | 2 | ||||
-rw-r--r-- | src/sass/plyr.scss | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/less/plyr.less b/src/less/plyr.less index b72f0ec7..410404be 100644 --- a/src/less/plyr.less +++ b/src/less/plyr.less @@ -284,11 +284,9 @@ // Inherit from currentColor; &::-webkit-progress-value { background: currentColor; - transition: width .1s ease; } &::-moz-progress-bar { background: currentColor; - transition: width .1s ease; } } &-played[value] { diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss index 34ab288f..d7045b41 100644 --- a/src/sass/plyr.scss +++ b/src/sass/plyr.scss @@ -289,11 +289,9 @@ $bp-captions-large: 768px; // When captions jump to the larger font size // Inherit from currentColor; &::-webkit-progress-value { background: currentColor; - transition: width .1s ease; } &::-moz-progress-bar { background: currentColor; - transition: width .1s ease; } } &-played[value] { |