Contents
Steps
1. Install React Transition Group
Install the react-transition-group package:
If you’re using TypeScript, install the types:
2. Update Your CSS File
Paste the animation you want from the list below into your index.css
file:
3. Add SwitchTransition and CSSTransition
Wrap the component you want to animate with a SwitchTransition:
Don’t forget to add a unique key to the SwitchTransition
component since without it, the animation will loop forever.
Animations
Fade
Slide
Scale
Skew
Fade Right
Fade Left
Fade Up
Fade Down
Scale Skew
Skew Fade