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

5 lines (4 loc) 197 B
import type { HTMLVoidElementProps } from '../types'; declare const Embed: import("svelte").Component<HTMLVoidElementProps, {}, "ref">; type Embed = ReturnType<typeof Embed>; export default Embed;