Loading lesson path
Concept visual
Start at both ends
Some CSS properties are animatable, meaning that they can be used in animations and transitions. Animatable properties can change gradually from one value to another, like size, numbers, percentage and color.
The animation properties are supported in all modern browsers. The numbers in the table specifies the first browser version that fully support CSS animations. 43 10 16
30
Formula
Animate the background - color from red to blue:@keyframes mymove
{
from {background-color: red;}
to {background-color: blue;}
}These properties are animatable in CSS: