You can create transitions for animating between entering and exiting Gatsby pages.
The first step is installing the NPM packages you need:
Add the plugin to your Gatsby config.
Create a few example pages to animate between:
When you run your site you can navigate to http://localhost:8000/transition-paint-drip to try it out.
See more examples about usage in the docs for the transition link plugin: https://transitionlink.tylerbarnes.ca/docs/
And your recipe is served!