0.1.2 • Published 6 years ago
@jfm/scroll-to v0.1.2
scroll-to
Scrolls to element smoothly.
Install
npm install @jfm/scroll-toImport
import { scrollToElement, scrollToTop, scrollToBottom } from '@jfm/scroll-to'APIs
scrollToElement
scrollToElement(element, [offset])element: Element. The element you want to scroll to.
offset: Number. Optional. Leaves some spaces between viewport's top and the element.
scrollToTop
scrollToTop()Scrolls to top.
scrollToBottom
scrollToBottm()Scrolls to bottom.