Animate appearance
By using MountTransition
and AnimatePresence
(of framer-motion) components you can do basic animation.
#
UsageSet animation you want with animationType
prop of MountTransition
.
Example:
#
Animations availablefade
scale
slideUp
slidedown
slideLeft
slideRight
Use them with
animationType
prop ofMountTransition