Skip to content

Commit 0e69ce9

Browse files
betancourtlgkatsev
authored andcommitted
fix: css animation shorthand property order (#5687)
1 parent 6ebc772 commit 0e69ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/components/_loading.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.vjs-waiting .vjs-loading-spinner {
2525
display: block;
2626
// add a delay before actual show the spinner
27-
animation: 0s linear 0.3s forwards vjs-spinner-show;
27+
animation: vjs-spinner-show 0s linear 0.3s forwards;
2828
}
2929

3030
.vjs-loading-spinner:before,

0 commit comments

Comments
 (0)