Home > Software engineering >  React Link framer motion animation with AnimatePresence
React Link framer motion animation with AnimatePresence

Time:08-02

I have a Navigation component in which the Menu Items float in separately on load and float out on click. When I added Router and changed the items to Links, the exit animation didn't work because it loaded the new Route component right away.

I want to keep the items individual animation with Link functionality.

Here is the link: Edit react-link-framer-motion-animation-with-animatepresence

  • Related