I wonder what's the plugin/css trick behind this page to achieve the smooth scrolling - http://templates.framework-y.com/dark/ . As you can see when you scroll, the page continues to scroll after you stop scrolling with 3rd mouse button.
Asked
Active
Viewed 7,816 times
0
-
A smooth scroll script .. – sol Aug 29 '17 at 14:59
-
A quick look in the source code and you would've found this: https://github.com/cferdinandi/smooth-scroll – Jon Uleis Aug 29 '17 at 15:06
1 Answers
0
That kind of script is call : "Smooth Scroll". You can find examples in this stackoverflow's question : Can I change the scroll speed using css or jQuery?
Here is an example and the github of the script :
http://simov.github.io/simplr-smoothscroll/examples/example-02.html https://github.com/simov/simplr-smoothscroll

Lucas.S
- 126
- 2