Svelte animation library based on the React library framer-motion.
npm install svelte-motionAn animation library based on framer-motion.
``bash`
npm install --save-dev svelte-motion
Corresponding to a MotionDiv in framer-motion is this:
`javascript
import { Motion } from 'svelte-motion'
`
For svg elements like 'g', 'path' or 'circle', use:
`javascript``