CSS Animations
CSS Animations is a module of CSS that lets you animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their timing function, duration, their number of repetitions, and other attributes.
Reference
Properties
At-rules
Guides
- 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 with each other.
- CSS animations tips and tricks
-
Tips and tricks to help you get the most out of CSS animations. Currently offers a technique for replaying an animation which has already run through to completion, which the API doesn't support inherently.
Specifications
Specification |
---|
CSS Animations Level 1 # animation |
Browser compatibility
BCD tables only load in the browser
See also
- Related to CSS Animations, CSS Transitions can trigger animations based on user actions.