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

10 lines (9 loc) 213 B
import { domAnimation } from './domAnimation'; /** * Full DOM feature bundle: animations, gestures, drag, and layout features. */ export const domMax = { ...domAnimation, drag: true, layout: true };