Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

AniLink animation issue #232

Open
exocode opened this issue Sep 10, 2020 · 0 comments
Open

AniLink animation issue #232

exocode opened this issue Sep 10, 2020 · 0 comments

Comments

@exocode
Copy link

exocode commented Sep 10, 2020

Hi there,

after the issue, that my content was not visible (layout was) by overwriting

body .tl-edges {
  overflow-x: unset;
}

I took an example AniLink

import Link from "gatsby-plugin-transition-link/AniLink"

 <Link
            paintDrip
            color="grey"
            duration={5}
            to={previous}
            className="ln"
          >
       Previous
          </Link>

But this is my result:

2020-09-10 16 52 32

Equally what size my view has, it is always is covering only the half one window width

What could cause that issue?

Many thanks in advance

Jan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant