> [!WARNING]
> Note: 🚧 This library is currently in alpha. Features and APIs may change. expect bugs and please report or make PRs to fix bugs.
> Note: This is svelte-motion ported to typescript currently. We have plans to evolve it to include modern features in framer-motion and to use svelte/motion to implement animations in the future.
Installation
``sh
npm install --save-dev motion-start
`
`sh
pnpm install --save-dev motion-start
`
`sh
yarn install --save-dev motion-start
`
`sh
bun install --save-dev motion-start
`
Usage
Corresponding to a MotionDiv in framer-motion is this:
`javascript
import { Motion } from 'motion-start'
` For svg elements like 'g', 'path' or 'circle', use:
`javascript
``
Community
Join the Discord server to ask questions, find collaborators, or say hi!