scrollnav icon indicating copy to clipboard operation
scrollnav copied to clipboard

Disable scroll animation

Open marceleq27 opened this issue 4 years ago • 2 comments

Hi, is there a way to disable scroll animation?

marceleq27 avatar Aug 11 '20 14:08 marceleq27

Really sorry for missing this, I don't get any time to work on scrollnav these days, I hope you understand. Unfortunately there is not a way to disable scroll animation, but that sounds like a great option, especially for visitors with motion issues. I'm not working on new features at this time, but if you wanted to create a PR I'd be happy to look it over and integrate it.

The best option would be to edit this file to check the easingStyle for a value named something like none and if it exists, skip the animateScroll function and just trigger a window.scroll(0, targetPosition);.

jimmynotjim avatar Jan 15 '21 18:01 jimmynotjim

Looks like there is a solution to this issue, has anyone looked at the PR? I'm interested in getting the fix because the animation in chrome is delayed and this seems to fix it.

Hope to hear from you soon!

jotchon avatar Oct 19 '21 22:10 jotchon