Home »

What is the CSS3 animation?

Question ListCategory: CSSWhat is the CSS3 animation?
jully882 author asked 8 years ago
1 Answers
ethanbrown author answered 8 years ago

When the animation is created in the @keyframe, bind it to a selector, otherwise the animation will have no effect.
Bind the animation to a selector by specifying at least these two CSS3 animation properties:

* Specify the name of the animation

* Specify the duration of the animation

Please login or Register to Submit Answer