# Svelte Motion An animation library based on [framer-motion](https://www.framer.com/motion/). [Visit Project Page](https://svelte-motion.gradientdescent.de) ## Installation ```bash npm install --save-dev svelte-motion ``` ## Usage 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 ```