Skip to content

Instantly share code, notes, and snippets.

@gillkyle
Created April 10, 2020 15:56
Show Gist options
  • Save gillkyle/498fb728b580d32fa7fd53bde2510139 to your computer and use it in GitHub Desktop.
Save gillkyle/498fb728b580d32fa7fd53bde2510139 to your computer and use it in GitHub Desktop.
import React from "react"
import AniLink from "gatsby-plugin-transition-link/AniLink";
export default () => (
<div>
This is an example page! Click on this link to test an animation:
<AniLink paintDrip to="/transition-fade">
Paint drip to another page
</AniLink>
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment