What is the CSS3 animation?

devquora
devquora

Posted On: Feb 22, 2018

 

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

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    CSS3 Interview Questions

    What is the difference between CSS and CSS3 ?

    CSS3 is upgraded version of CSS with new future like Selectors, Box Model, Backgrounds and Borders, Text Effects,2D/3..

    CSS3 Interview Questions

    List out CSS3 modules?

    Below is list of most important CSS3 modules areSelectors Box Model Backgrounds and Borders Text Effects 2D/3D Transfo..

    CSS3 Interview Questions

    Explain How flexibility is achieved more in CSS3?

    Flexibility achieved is in the greater ratio in CSS3 because of the feature of handling multiple style sheets in CSS3 a..