animation-spec

Solid

Generate animation specifications, easing curves, and motion design documentation

Web & Frontend 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Animation Spec Skill ## Purpose Generate comprehensive animation specifications including easing curves, timing values, and motion design guidelines for consistent UI animations. ## Capabilities - Define custom easing curves (cubic-bezier) - Calculate animation timing for different contexts - Generate CSS animation keyframes - Create Lottie animation specifications - Document motion design guidelines - Export animation tokens ## Target Processes - component-library.js (interactionAnimationTask) - hifi-prototyping.js - design-system.js ## Integration Points - CSS animations - Lottie animations - Framer Motion - GSAP ## Input Schema ```json { "type": "object", "properties": { "animationType": { "type": "string", "enum": ["entrance", "exit", "emphasis", "transition", "loading", "feedback"], "description": "Category of animation" }, "duration": { "type": "object", "properties": { "fast": { "type": "number", "default": 150 }, "normal": { "type": "number", "default": 300 }, "slow": { "type": "number", "default": 500 } } }, "easing": { "type": "object", "properties": { "standard": { "type": "string" }, "decelerate": { "type": "string" }, "accelerate": { "type": "string" } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "properties...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills