Skip to content

Commit

Permalink
fix: css animation shorthand property order (#5687)
Browse files Browse the repository at this point in the history
  • Loading branch information
betancourtl authored and gkatsev committed Dec 26, 2018
1 parent 6ebc772 commit 0e69ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/components/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0e69ce9

Please sign in to comment.