Smooth scroll

Navigate between page anchors with smooth animation. Just add data-toggle="smooth-scroll" attribute to your link and feature will be enabled automatically.

<h1 id="introduction">Introduction</h1>
...
<a href="#introduction" data-toggle="smooth-scroll">Scroll to Introduction</a>