List some advantages to CSS3 animations over script-based animation?

devquora
devquora

Posted On: Feb 22, 2018

 

Advantages of using CSS3 animations over script-based animation techniques are as follows:

  1. Easy to use and anybody can create them without the knowledge of JavaScript.
  2. Executes well even under reasonable system load. As simple animations perform poorly in JavaScript, the rendering engine uses the frame-skipping techniques to allow smooth flow of animation.
  3. Allows the browser to control the animation sequence, optimize performance and efficiency by reducing the update frequency of animations executing in tabs that aren’t currently visible.

    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

    What is the CSS3 animation?

    When the animation is created in the @keyframe, bind it to a selector, otherwise, the animation will have no effect. Bin..