CSS3 Question:
Download Questions PDF

What is the CSS3 animation?

Answer:

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

Download CSS3 Interview Questions And Answers PDF

Previous QuestionNext Question
What is the word wrap/word wrapping in CSS3?What is opacity in CSS3?