Skip to content

Commit

Permalink
fix(docs): update library link in docs (#29819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mottox2 authored Mar 1, 2021
1 parent 40e54e8 commit 440994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/using-page-transitions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 440994b

Please sign in to comment.