Skip to content

Link activation delay due to transition #1

Description

@vipulchodankar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions