UNPKG

@omicrxn/mercury

Version:

Mercury is a Svelte animation library using AnimeJS under the hood. It simplifies complex animations with Svelte actions, provides layout and exit animations, and integrates seamlessly with Svelte features.

9 lines (8 loc) 424 B
// 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'; export { MotionEngine, AnimeEngine, GSAPEngine } from './mercury/adapters/index.js'; import GooeyEffect from './components/gooey-effect.svelte'; export { GooeyEffect };