UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

16 lines (14 loc) 268 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ import AnimationState from './AnimationState.svelte'; import Exit from './Exit.svelte'; /** * @public */ const animations = { animation: AnimationState, exit:Exit } export { animations };