Created
April 10, 2020 15:56
-
-
Save gillkyle/498fb728b580d32fa7fd53bde2510139 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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