Animation
Animation
Animation
List of Content :
1. What is animation
2. @keyframes Rules
3. Delaying an animation
● You can change as many CSS properties you want, as many times as you want.
● To use CSS animation, you must first specify some keyframes for the animation.
@keyframes Rules
● When you specify CSS styles inside the @keyframes rule, the animation will
gradually change from the current style to the new style at certain times.
The animation-fill-mode property specifies a style for the target element when the
animation is not playing (before it starts, after it ends, or both).