@omicrxn/mercury
Version:
Mercury is a Svelte animation library powered by Motion. It simplifies complex animations with Svelte actions, provides layout and exit animations, and integrates seamlessly with Svelte features.
7 lines (6 loc) • 300 B
TypeScript
export { mercury } from './mercury/mercury.svelte.js';
export { layout } from './mercury/layout.svelte.js';
export { presence } from './mercury/animate-presence.js';
export * from './mercury/animation-interface.js';
import GooeyEffect from './components/gooey-effect.svelte';
export { GooeyEffect };