Super Tiny Smooth Scroll Library – fluid-scroll.js

Category: Animation , Javascript | March 15, 2017
Author:divyanshu013
Views Total:1,036 views
Official Page:Go to website
Last Update:March 15, 2017
License:MIT

Preview:

Super Tiny Smooth Scroll Library – fluid-scroll.js

Description:

A lightweight, zero-dependency JavaScript library that implements the smooth scrolling effect on your long webpage.

How to use it:

Import the fluid.scroll.js script into the web project.

<script src="fluid-scroll.js"></script>

Simply invoke fscroll by calling the public API methods:

  • fscroll.flow
  • fscroll.focus
  • fscroll.crisp
// target will be the div id
fscroll[mode](target);

You Might Be Interested In:


Leave a Reply