Animation in React
Start with CSS: toggle a class, transition opacity/transform. That’s enough for toasts and accordions. Framer Motion / react-spring when you need layout animation or exit transitions. Don’t open with a 40kb animation library in a fresher viva.
Animation in React — show true → toast in (CSS transition). Don’t start with a heavy animation library in viva.
Exam tip
CSS first. Library when layout moves.