animation

Installation
SKILL.md

Animation Implementation with Motion

Use the Motion library (https://motion.dev) for all animation work.

Quick Start

React (Primary):

import { motion } from "motion/react"

// Basic animation
<motion.div animate={{ opacity: 1, y: 0 }} />
Installs
1
GitHub Stars
189
First Seen
Mar 21, 2026
animation — neversight/learn-skills.dev