UNPKG

rune-scroller

Version:

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

9 lines (8 loc) 334 B
// Main action (default export) export { runeScroller as default } from './runeScroller.svelte.js'; // Alternative actions export { animate } from './animate.svelte.js'; // Composables export { useIntersection, useIntersectionOnce } from './useIntersection.svelte.js'; // Utilities export { calculateRootMargin } from './animations';