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

Safari weird behaviour when using offset #22

Open arturhenryy opened 4 years ago

arturhenryy commented 4 years ago

Hi @brohlson, when using the offset prop there is a jump in the scroll animation in safari

arturhenryy commented 4 years ago

ah so sorry, i just noticed it is not only on safari, but i think it is weird that it applies the offset scroll after the initial scroll animation. is there any way to include it in the initial scroll to prevent having to scrolls (first to the element and then the offset scroll)

doublejosh commented 4 months ago

I see that in Chrome too.