1.0.0 • Published 6 years ago

smooth-anchor v1.0.0

Weekly downloads
4
License
MIT
Repository
-
Last release
6 years ago

smooth-anchor

Lightweight smooth scrolling polyfill for anchor tags. Every <a href='#'> will result in a smooth scroll and focus to the element referenced in the href.

Install

yarn add smooth-anchor

Usage

import smoothAnchor from "smooth-anchor";

smoothAnchor();

Note

This package also includes smoothscroll-polyfill meaning scrollTo & scrollIntoView will also be polyfilled on your page.

1.0.0

6 years ago