motion-sv
Installation
SKILL.md
Motion for Svelte (motion-sv)
A port of the Motion library (formerly Framer Motion) specifically for Svelte 5. It aligns closely with the motion-v API structure rather than the React version.
Stack Requirements
- MUST be used with Svelte 5 (Runes).
- Package name:
motion-sv.
Core Components
motion
The primary component factory. Use dot notation to render any HTML element.
<script>
import { motion } from "motion-sv";
</script>