UNPKG

rune-scroller

Version:

Lightweight, high-performance scroll animations for Svelte 5. ~2KB bundle, zero dependencies.

7 lines (6 loc) 405 B
export type { RuneScrollerOptions, AnimateOptions, IntersectionOptions, UseIntersectionReturn } from './types'; export type { AnimationType } from './animations'; export { runeScroller as default } from './runeScroller.svelte'; export { animate } from './animate.svelte'; export { useIntersection, useIntersectionOnce } from './useIntersection.svelte'; export { calculateRootMargin } from './animations';