icetee / animescroll

Simple native scrollTo without dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

Source

Source

About

Simple native scrollTo without dependencies.

License:MIT License


Languages

Language:JavaScript 100.0%