web-animation-css-animations
Installation
SKILL.md
CSS Animation Patterns
Quick Guide: Transitions carry state changes (hover, focus, a toggled attribute);
@keyframescarries motion that loops, auto-plays, or has more than two steps;animation-timelinecarries scroll- and viewport-linked progress. Confining animation totransformandopacitykeeps the frames on the compositor thread, and every animation gets aprefers-reduced-motionbranch.
Detailed Resources:
- examples/core.md — token system, interactive states, entrance, spinner, toast, reduced-motion
- examples/transitions.md — multi-property transitions, staggered delays, accordions, colour, links
- examples/keyframes.md — scroll-driven timelines,
@propertygradients, typewriter, stagger, clip-path morphs - reference.md — easing catalogue, property cost table, duration guidance, browser support