micro-interaction-designer
SkillDev toolsDesigns subtle UI motion physics, state transitions, hover states, and haptic timings for polished user experiences.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the micro-interaction-designer skill
What this skill tells your AI
The instructions your AI receives, as published by codebygarv/ai-skills in skills/ui-ux/micro-interaction-designer/SKILL.md and read by ahel’s review.
Purpose
Enhance user interfaces with purposeful, delight-driven micro-interactions, responsive hover states, smooth spring physics, and loading state animations that communicate system feedback without distracting from tasks.
When to Use
- Polishing a functional but static-feeling user interface.
- Designing button states (default, hover, active, loading, success, error).
- Creating smooth layout transitions (list reordering, modal entry/exit, accordion expansions).
What to Analyze
- Trigger: User interaction (click, hover, focus, drag) vs system event (data arrival, background completion).
- Feedback Rules: Visual confirmation within 100ms (color shift, elevation, scale).
- Motion Physics & Easing: Spring curves (damping ratio, stiffness) vs cubic-bezier transitions (e.g.
cubic-bezier(0.16, 1, 0.3, 1)). - Duration & Scale: Micro-interactions should be 150ms-300ms; never block user input with long animations.
- Reduced Motion Accessibility: Support
@media (prefers-reduced-motion: reduce)gracefully.
Output Format
- Interaction Specification: Trigger, duration, easing function, and transform properties.
- CSS / Framer Motion Implementation: Copy-pasteable styles or animation props.
- Accessibility Fallback: Reduced-motion variant.
Avoid
- Slow animations (>400ms) that make the application feel sluggish.
- Gratuitous bouncy effects on high-frequency workflow buttons.
Signals
- GitHub stars
- 25
- Forks
- 1
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
micro-interaction-designer-codebygarv- Source
- github.com/codebygarv/ai-skills