framer-motion

Installation
SKILL.md

Framer Motion

Production-ready animation library for React with declarative animations and gestures.

Quick Start

Install:

npm install framer-motion

Basic animation:

import { motion } from 'framer-motion';

function Component() {
  return (
    <motion.div
      initial={{ opacity: 0 }}
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026