CSS transition
Interpolates a property change between two interface states.
- Also known as
- Implicit animation, State transition, Transition effect
- AI prompt
Create a CSS transition for a card state change. List only the properties that should animate, prefer transform and opacity, use a short purposeful duration and suitable easing, preserve visible focus, handle transitionend only when necessary, avoid transition: all, and provide an equivalent reduced-motion state.