brohlson / gatsby-plugin-anchor-links

⚓ Gatsby plugin for using smooth scroll anchor links with a Gatsby Link component
https://www.npmjs.com/package/gatsby-plugin-anchor-links
MIT License
68 stars 22 forks source link

Scroll Animation Speed Changes #37

Open Penguinlay opened 3 years ago

Penguinlay commented 3 years ago

Hi, not sure why but the scroll animation speed starts off slow and changes to a faster one. Here are the packages I am using.

        "@react-icons/all-files": "^4.1.0",
        "babel-plugin-styled-components": "^1.12.0",
        "gatsby": "^3.0.1",
        "gatsby-plugin-anchor-links": "^1.2.1",
        "gatsby-plugin-image": "^1.0.0",
        "gatsby-plugin-layout": "^2.0.0",
        "gatsby-plugin-manifest": "^3.0.0",
        "gatsby-plugin-netlify-cms": "^5.0.0",
        "gatsby-plugin-react-helmet": "^4.0.0",
        "gatsby-plugin-sharp": "^3.0.0",
        "gatsby-plugin-sitemap": "^3.0.0",
        "gatsby-plugin-styled-components": "^4.0.0",
        "gatsby-source-filesystem": "^3.0.0",
        "gatsby-transformer-sharp": "^3.0.0",
        "netlify-cms-app": "^2.14.26",
        "react": "^17.0.1",
        "react-dom": "^17.0.1",
        "react-helmet": "^6.1.0",
        "styled-components": "^5.2.1"
Jamal1337 commented 3 years ago

Same for me and wondering how to change it to a similar pace.

AnXBui commented 3 years ago

Hi, I also have this issue, changing the duration in the config doesn't seem to help.

AqresFront commented 3 years ago

Yeah, same here...

zeina99 commented 3 years ago

facing the same problem