⊗mkSpEfASh 64 of 128 menu

Shorthand property for animation in CSS

animation

Given code:

#elem { animation-name: anim; animation-duration: 4s; animation-delay: 5s; animation-timing-function: ease; }

Rewrite it using the shorthand property.

enru