diff --git a/examples/using-page-transitions/README.md b/examples/using-page-transitions/README.md index c90352df50787..4dce5d7041e9c 100644 --- a/examples/using-page-transitions/README.md +++ b/examples/using-page-transitions/README.md @@ -2,6 +2,6 @@ Gatsby example site using page transitions. -This example uses `react-transition-group` in conjunction with `gatsby-plugin-layout`. For more complex page transitions and no `gatsby-plugin-layout` dependency, you can make use of [`react-pose`](https://github.com/Popmotion/popmotion/tree/master/packages/react-pose). +This example uses `react-transition-group` in conjunction with `gatsby-plugin-layout`. For more complex page transitions and no `gatsby-plugin-layout` dependency, you can make use of [`framer-motion`](https://www.framer.com/motion/). [View the live demo](https://using-page-transitions.netlify.app/)