UNPKG

@humanspeak/svelte-motion

Version:

Framer Motion for Svelte 5. Declarative motion.<tag> components with AnimatePresence exit animations, gestures (hover, tap, drag, focus, in-view), variants, FLIP layout animations, shared-layout transitions, spring physics, and scroll-linked motion values

7 lines (6 loc) 202 B
import type { FeatureBundle } from './index'; /** * DOM animation feature bundle: animations plus hover, tap, focus, pan, * and in-view gestures. */ export declare const domAnimation: FeatureBundle;