I am currently working on a website project using the skrollr library. Here is the jFiddle link to my progress so far, but I am encountering some issues with the smoothScrolling feature. Even when I set smoothScrolling to true, it does not function as expected, and when set to false, there are still glitches.
skrollr.init({
forceHeight: true,
smoothScrolling:true
});
- I need help figuring out how to make smoothScrolling = true work properly.
- Additionally, I am looking for a solution to disable vertical scrolling without affecting skrollr functionality. I have tried various methods like setting overflow:hidden and following different links, but none seem to work seamlessly across browsers. Is there a universal workaround for this issue?
Thank you in advance for any assistance.