svelte-motion
TypeScript icon, indicating that this package has built-in type declarations

0.12.2 • Public • Published

Svelte Motion

An animation library based on framer-motion.

Visit Project Page

Installation

npm install --save-dev svelte-motion

Usage

Corresponding to a MotionDiv in framer-motion is this:

import { Motion } from 'svelte-motion'

<Motion let:motion><div use:motion/></Motion>

For svg elements like 'g', 'path' or 'circle', use:

<Motion let:motion isSVG><g use:motion/></Motion>

Package Sidebar

Install

npm i svelte-motion

Weekly Downloads

12,323

Version

0.12.2

License

MIT

Unpacked Size

670 kB

Total Files

396

Last publish

Collaborators

  • micha-lmxt