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) 229 B
type $$ComponentProps = { id?: string; strength?: number; }; declare const GooeyEffect: import("svelte").Component<$$ComponentProps, {}, "">; type GooeyEffect = ReturnType<typeof GooeyEffect>; export default GooeyEffect;