UNPKG

svelte-animate

Version:

A lightweight Svelte component that adds beautiful CSS animations to any element using Animate.css library. Features include click/hover triggers, customizable duration, reduced motion support, and accessibility features. Perfect for creating engaging use

5 lines (4 loc) 186 B
export { default as Animate } from './Animate.svelte'; export { default as Animator } from './Animator.svelte'; export * from './types.ts'; export { predefined } from './predefined.ts';