@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.
8 lines (7 loc) • 339 B
JavaScript
// Reexport your entry components here
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 };