1
0
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:
Luis 2018-12-26 13:04:16 -05:00 committed by Gary Katsevman
parent 6ebc7727ef
commit 0e69ce96c3

View File

@ -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,