How to Learn CSS Animations
CSS animations are described as two main tools: transitions for moving a property between two states after a change, and keyframe animations for running a defined sequence on their own. The excerpt also covers shorthand defaults, animation fill modes, timing functions, and newer behavior like allow-discrete for properties such as display.