gatsby-using-page-transitions
gatsby-using-page-transitions copied to clipboard
AnimateSharedLayout Transition?
Hi! Thank you for putting this together.
I was wondering if you've tried and could potentially share an example of create page transitions in Gatsby with Framer's AnimateSharedLayout?
@MrUltimate I have not used AnimateShareLayout for page transitions. I instead opted for AnimatePresence. Is there a particular reason you are interested in using that for page transitions?
@ryanwiemer thanks for getting back. essentially want to make able to create more advanced page transitions where common elements are animated across the page un-mounting and mounting. Take a look at this project that uses react and framer's AnimateShareLayout to animate a common image across pages.