Problem Statement
Explain the difference between a transition and an animation in Tailwind.
Explanation
A transition smoothly changes properties between two states, like color on hover. An animation defines a continuous sequence of keyframes that repeat or move independently.
In short, transitions react to events, while animations run automatically.
Practice Sets
This question appears in the following practice sets:
