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

4 lines (3 loc) 226 B
import type { MotionConfigProps } from '../types.js'; export declare const getMotionConfig: () => MotionConfigProps | undefined; export declare const createMotionConfig: (motionConfig: MotionConfigProps) => MotionConfigProps;