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.

8 lines (7 loc) 385 B
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 };