Transition
Smoothly changes a CSS property over time instead of instantly.
Transform
Moves, rotates, scales, or skews an element (often with transitions).
@keyframes
Defines the steps of a CSS animation from start to finish.
Animation
Runs keyframes over time with options like duration, delay, and iteration.