Using Link from 'gatsby-plugin-transition-link/AniLink'
After the transition completes, there's a delay (around 1-2 s) before a Link can be activated.
It seems to be designed that way, source: Repo Issue
gatsby-config:
{ resolve: "gatsby-plugin-transition-link", options: { layout: require.resolve('./src/components/layout.js'), injectPageProps: false } }
Type of transition implemented:
<Link cover direction="up" bg="#131314" duration={0.5} to="/"></Link>
Note: Got some feedback looks great when used 😄
Commits: 9335c5e , 9cc38fb
For now, ill be removing the transitions i.e. reverting changes made in above commits.
Using Link from 'gatsby-plugin-transition-link/AniLink'
After the transition completes, there's a delay (around 1-2 s) before a Link can be activated.
It seems to be designed that way, source: Repo Issue
gatsby-config:
{ resolve: "gatsby-plugin-transition-link", options: { layout: require.resolve('./src/components/layout.js'), injectPageProps: false } }Type of transition implemented:
<Link cover direction="up" bg="#131314" duration={0.5} to="/"></Link>Commits: 9335c5e , 9cc38fb
For now, ill be removing the transitions i.e. reverting changes made in above commits.