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.

4 lines (3 loc) 152 B
export { MotionEngine } from './motion-adapter.js'; export { AnimeEngine } from './animejs-adapter.js'; export { GSAPEngine } from './gsap-adapter.js';