svelte-scrolling
Version:
Scroll to given elements with smooth animation
5 lines (4 loc) • 311 B
JavaScript
export { default as scrollTo } from './actions/ScrollTo';
export { default as scrollRef } from './actions/ScrollRef';
export { default as setGlobalOptions } from './internal/globalOptions';
export { scrollTop, scrollBottom, scrollLeft, scrollRight, scrollElement, scrollPosition } from './functions/scrolling';