animescroll
v1.0.1
Published
Simple native scrollTo without dependencies.
Downloads
7
Maintainers
Readme
AnimeScroll
Simple native scrollTo without dependencies.
Usage
Include in the .html file
<script src="dist/animescroll.js"></script>
animeScroll(to, duration, cb);
Scroll to [data-id="2"]
elem.
animeScroll.to(document.querySelector(`[data-id="2"]`).offsetTop);