UNPKG

rune-scroller

Version:

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

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