← Back to Skills Marketplace
leonaaardob

Motion.dev Complete Documentation

by leonaaardob · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
2030
Downloads
3
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install lb-motion-skill
Description
Complete Motion.dev documentation - modern animation library for React, JavaScript, and Vue (formerly Framer Motion)
README (SKILL.md)

Motion.dev Documentation

Motion is a modern animation library for React, JavaScript, and Vue. It's the evolution of Framer Motion, offering:

  • Tiny size: Just 2.3kb for the mini HTML/SVG version
  • High performance: Hardware-accelerated animations
  • Flexible: Animate HTML, SVG, WebGL, and JavaScript objects
  • Easy to use: Intuitive API with smart defaults
  • Spring physics: Natural, kinetic animations
  • Scroll animations: Link values to scroll position
  • Gestures: Drag, hover, tap, and more

Quick Reference

Installation

npm install motion

Basic Animation

import { animate } from "motion"

// Animate elements
animate(".box", { rotate: 360, scale: 1.2 })

// Spring animation
animate(element, { x: 100 }, { type: "spring", stiffness: 300 })

// Stagger multiple elements
animate("li", { opacity: 1 }, { delay: stagger(0.1) })

React

import { motion } from "motion/react"

\x3Cmotion.div
  animate={{ rotate: 360 }}
  transition={{ duration: 2 }}
/>

Scroll Animations

import { scroll } from "motion"

scroll(animate(".box", { scale: [1, 2, 1] }))

Documentation Structure

  • quick-start.md - Installation and first animation
  • More docs to be added...

When to Use This Skill

Use this skill when:

  • Implementing animations in web applications
  • Optimizing animation performance
  • Creating scroll-based effects
  • Building interactive UI with gestures
  • Migrating from Framer Motion to Motion

External Resources

Usage Guidance
This skill is low-risk: it's instruction-only documentation for the Motion.dev library with no installs or credential requests. Before installing, you may want to: (1) verify the content and links point to the official Motion project (links shown are to motion.dev and a GitHub repo), (2) confirm you trust the skill publisher if provenance matters (registry metadata shows an owner id but no homepage), and (3) if you prefer the model not call the skill autonomously, require explicit invocation by disabling model invocation or adjusting agent policies.
Capability Analysis
Type: OpenClaw Skill Name: lb-motion-skill Version: 0.1.0 The skill bundle provides documentation for the Motion.dev animation library. All files contain informational text and code examples related to the library's usage and installation (`npm install motion`). There is no evidence of malicious intent, such as data exfiltration, unauthorized execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts against the agent. External links point to the official Motion.dev website, GitHub repository, and Discord, which are legitimate resources for the described project.
Capability Assessment
Purpose & Capability
The name/description say 'Motion.dev documentation' and the SKILL.md and included docs provide quick-start and reference content for Motion/Framer Motion; there are no unrelated credentials, binaries, or capabilities requested.
Instruction Scope
SKILL.md contains only documentation, usage examples, and a 'read_when' guide for when to use the skill; it does not instruct the agent to read unrelated files, access environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files; this instruction-only skill does not write or execute files on disk.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportionate for a documentation-only skill.
Persistence & Privilege
No 'always' flag is set and no special privileges are requested. Model invocation is enabled by default (normal for skills), but the skill does not request persistent credentials or elevated access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lb-motion-skill
  3. After installation, invoke the skill by name or use /lb-motion-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release with Motion.dev documentation and usage guide. - Provides comprehensive documentation for the Motion animation library (React, JavaScript, Vue). - Includes installation instructions, basic usage, and API examples. - Covers advanced features: spring physics, scroll animations, gestures, and performance optimization tips. - Outlines use cases such as migration from Framer Motion and creating interactive UIs. - Links to official resources and example projects.
Metadata
Slug lb-motion-skill
Version 0.1.0
License
All-time Installs 7
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Motion.dev Complete Documentation?

Complete Motion.dev documentation - modern animation library for React, JavaScript, and Vue (formerly Framer Motion). It is an AI Agent Skill for Claude Code / OpenClaw, with 2030 downloads so far.

How do I install Motion.dev Complete Documentation?

Run "/install lb-motion-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Motion.dev Complete Documentation free?

Yes, Motion.dev Complete Documentation is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Motion.dev Complete Documentation support?

Motion.dev Complete Documentation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Motion.dev Complete Documentation?

It is built and maintained by leonaaardob (@leonaaardob); the current version is v0.1.0.

💬 Comments