simplr-smoothscroll icon indicating copy to clipboard operation
simplr-smoothscroll copied to clipboard

Smooth scrolling in all browsers

Results 15 simplr-smoothscroll issues
Sort by recently updated
recently updated
newest added

There is an issue that causes the scrolling effect to almost stop when another scroll is done.

Plugin is working fantastic, I thought I would share that the browser check is an obsoleted jQuery function, I got the results I was looking for with the following code....

Hi! Is there a way to unbind smooth scroll functionality when a user presses for example a button? In my case, I want to remove this functionality if I detect...

Does not function with Jquery version 1.11.0. Throws error "Uncaught TypeError: Cannot read property 'webkit' of undefined" Under line 25 on the simplr.smoothscroll.js: body = $.browser.webkit ? $('body') : $('html'),