0

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.

Vdas Dorls
  • 485
  • 2
  • 8
  • 19

1 Answers1

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