Simple 0.5KB plugin for animating anchor links. View demo.
- Insert scroll.js anywhere on your page.
- Add a
scroll
class on your links and the correct ids and anchors.
<a class=scroll href=#intro>Intro</a>
<a class=scroll href=#about>About</a>
<section id=intro> … </section>
<section id=about> … </section>
<script src=scroll.js></script>