Nivedita
4
Q:

animation shorthand css

animation: name time func delay iteration dir fill play;
animation: none 0s ease 0s 1 normal none running;

animation-name: none;
animation-duration: 0s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: 1;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
1
animation-name: none;
animation-duration: 0s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: 1;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
2
animation: name time func delay iteration dir fill play;
animation: none 0s ease 0s 1 normal none running;
1

animation: name duration timing-function delay iteration-count 
direction fill-mode play-state;
3

New to Communities?

Join the community