📄️ CSS Transitions
CSS Transitions are a powerful tool that can make your websites more dynamic and interactive. They allow you to animate changes to CSS properties, making the transitions from one state to another smooth and gradual, rather than abrupt and sudden.
📄️ CSS Transforms
---
📄️ CSS Animations
CSS animations make it possible to animate transitions from one CSS style configuration to another. They consist of two components: a style describing the CSS animation and a set of keyframes that indicate the start and end states of the animation's style, as well as possible intermediate waypoints.