mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
fix: css animation shorthand property order (#5687)
This commit is contained in:
parent
6ebc7727ef
commit
0e69ce96c3
@ -24,7 +24,7 @@
|
||||
.vjs-waiting .vjs-loading-spinner {
|
||||
display: block;
|
||||
// add a delay before actual show the spinner
|
||||
animation: 0s linear 0.3s forwards vjs-spinner-show;
|
||||
animation: vjs-spinner-show 0s linear 0.3s forwards;
|
||||
}
|
||||
|
||||
.vjs-loading-spinner:before,
|
||||
|
Loading…
Reference in New Issue
Block a user