I’m using the JQuery scrollTo plugin on our one-page site to vertically scroll between the different sections.
The scroll works well in all browsers except iOS Safari which scrolls but is very jerky. I’m using a number of other Jquery plugins on the page so it may be a conflict with one of these.
If anyone knows an alternative to scrollTo that works smoothly on the iPad or can suggest where to start tackling the issue I’d appreciate the help. I’ve tried this solution but without success.
Thanks for the tip Arnar.
Your advice put me on the right path and with the help of this JSFiddle i now have exactly the smooth scroll i wanted to achieve with smooth animated scroll to each section and automatic highlighting of the active menu item.