Super Tiny Smooth Scroll Library – fluid-scroll.js

Category: Animation , Javascript | March 15, 2017
Authordivyanshu013
Last UpdateMarch 15, 2017
LicenseMIT
Views1,048 views
Super Tiny Smooth Scroll Library – fluid-scroll.js

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