UNPKG

@humanspeak/svelte-motion

Version:

A lightweight animation library for Svelte 5 that provides smooth, hardware-accelerated animations. Features include spring physics, custom easing, and fluid transitions. Built on top of the motion library, it offers a simple API for creating complex anim

7 lines (6 loc) 322 B
import MotionConfig from './components/MotionConfig.svelte'; import type { MotionComponents } from './html/index.js'; export declare const motion: MotionComponents; export { animate } from 'motion'; export type { MotionAnimate, MotionInitial, MotionTransition, MotionWhileTap } from './types.js'; export { MotionConfig };