scrollnav
scrollnav copied to clipboard
Disable scroll animation
Hi, is there a way to disable scroll animation?
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);
.
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!