Removed progress transition as it feels laggy

This commit is contained in:
Sam Potts 2015-03-05 23:27:53 +11:00
parent 3bed21bd95
commit 7681d63876
3 changed files with 1 additions and 5 deletions

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

View File

@ -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] {

View File

@ -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] {