Skip to content

Commit

Permalink
[Skeleton] Delay the animation by 500ms (#18913)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowann authored and oliviertassinari committed Dec 19, 2019
1 parent 55e12c9 commit aad704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/Skeleton/Skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const styles = theme => ({
},
/* Styles applied to the root element if `disabledAnimate={false}`. */
animate: {
animation: '$animate 1.5s ease-in-out infinite',
animation: '$animate 1.5s ease-in-out 0.5s infinite',
},
'@keyframes animate': {
'0%': {
Expand Down

0 comments on commit aad704e

Please sign in to comment.