dragoon0x/everything-design-taste

micro-animation-design

Micro-interaction animation design, state transitions, and feedback animations.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill micro-animation-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,222 B
  • docs SUMMARY.md 109 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Micro Animation Design

Micro-Animation Categories

Feedback

  • Button press (scale down 95%, 100ms).
  • Toggle switch (slide + color, 200ms).
  • Checkbox (check mark draws in, 200ms).
  • Like/heart (scale up + color, 300ms with spring easing).

State Transitions

  • Accordion open/close (height + opacity, 250ms).
  • Tab switch (slide + fade, 200ms).
  • Modal enter (scale from 95% + fade, 200ms).
  • Modal exit (fade out, 150ms — exits should be faster than enters).

Loading

  • Skeleton shimmer (gradient sweep, 1.5s, infinite).
  • Spinner rotation (360°, 800ms, infinite).
  • Progress bar fill (width, eased).
  • Content fade in (opacity 0→1, staggered by 50ms per item).

Attention

  • Badge pulse (scale 1→1.1→1, 600ms, once on new count).
  • Error shake (translateX -4px→4px→0, 300ms).
  • Success checkmark (draw SVG path, 400ms).

Implementation Notes

  • Only animate transform and opacity for 60fps.
  • Use will-change sparingly.
  • Always honor prefers-reduced-motion.