Course lesson

Animate Elements Removed from the DOM with Framer Motion Animate Presence

AnimatePresence allows components to animate when they're removed from the React tree. Once the elements are wrapped in AnimatePresence you get access to the exit prop which animate the element when it is removed.

Duration
2 min
Access
Free
Transcript
Retained from source evidence

AnimatePresence allows components to animate when they're removed from the React tree. Once the elements are wrapped in AnimatePresence you get access to the exit prop which animate the element when it is removed.