CSS Animations

Experimental: Esta es una tecnología experimental
Comprueba la Tabla de compabilidad de navegadores cuidadosamente antes de usarla en producción.

CSS Animations is a module of CSS that defines how to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, their number of repetitions, and how they repeat.

Reference

CSS Properties

CSS At-rules

Guides

Detecting CSS animation support

Describes a technique for detecting if the browser supports CSS animations.

Using CSS animations

Step-by-step tutorial about how to create animations using CSS, this article describes each relevant CSS property and at-rule and explains how they interact.

Especificaciones

Specification
CSS Animations Level 2
CSS Animations Level 1

See also

  • Related to CSS Animations, CSS Transitions can trigger animations on user actions.