simplr-smoothscroll
simplr-smoothscroll copied to clipboard
Smooth scrolling in all browsers
I tried to use this great plugin in my wordpress site, scrolling up is fine but scrolling downward its not working. Wordpress 4.1 Jquery 1.8.1
plugin it is not working in Chrome 70 works fine in firefox and edge. the scrool just works if I leave my mouse arrow into the scrool bar of the...
Chrome has shipped smooth scrolling for a number of releases now. And in release 61 the scrolling element is no longer the body but the documentElement as specified in the...
Smooth scrolling works fancy on Windows, but large amount of users found smooth scroll in Mac browsers quite annoying. Most developers don't test sites on OS X and don't use...
Currently I found out that when you embed things like youtube video's and soundcloud embeds, you create iframes that will scroll the page regularly. In other words, smooth scroll works...
Working perfectly on chrome in the project I'm working on except the scroll stops a little bit short of the bottom, any idea why this is happening?
change self.target.selector to self.target.get(0).localName for JQuery Compatibility above version 2.2.4
Scroll doesn't run in [jQuery Select2](https://github.com/select2/select2) What can I do for fix this?
Did someone tried to use this plugin with macbook's touchpad? Even the smalles interaction with touchpad gets me to the top/bottom of the page. I guess simplr-smoothscroll wasn't tested with...
Steps to recreate issue: 1. Scroll halfway down a page 2. Refresh the page 3. Start to scroll down again This results in the page jumping back to the top...