Skip to content

Commit

Permalink
Use animation shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 19, 2019
1 parent b2e4e16 commit b1aae3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/material-ui-lab/src/Skeleton/Skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export const styles = theme => ({
},
/* Styles applied to the root element if `disabledAnimate={false}`. */
animate: {
animation: '$animate 1.5s ease-in-out infinite',
animationDelay: '0.5s',
animation: '$animate 1.5s ease-in-out 0.5s infinite',
},
'@keyframes animate': {
'0%': {
Expand Down

0 comments on commit b1aae3a

Please sign in to comment.