CSS Animations

Experimental: Esta é uma tecnologia experimental (en-US)
Verifique a tabela de compatibilidade entre Navegadores cuidadosamente antes de usar essa funcionalidade em produção.

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.

Specifications

Specification Status Comment
CSS Animations Level 1 Rascunho atual Initial definition.

Compatibilidade com navegadores

BCD tables only load in the browser

See also

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