Back to list
Soborbo

astro-animations

by Soborbo

1🍴 0📅 Jan 19, 2026

SKILL.md


name: astro-animations description: Animation patterns for Astro sites. Scroll animations, micro-interactions, transitions, loading states. Performance-focused, accessibility-aware.

Astro Animations Skill

Purpose

Provides animation patterns that enhance UX without harming performance or accessibility. All animations must serve a functional purpose and respect user motion preferences.

Core Rules

  1. Purpose over polish — Every animation should serve UX
  2. Performance first — Use CSS, avoid JS where possible
  3. Respect preferences — Honor prefers-reduced-motion
  4. Subtle over flashy — Enhance, don't distract
  5. Fast — Animations under 300ms for interactions
  6. No layout shift — Animations must not cause cumulative layout shift
  7. Progressive enhancement — UI must work without animations
  8. Intersection Observer — Use for scroll-based reveals
  9. View Transitions API — Leverage for page transitions in Astro
  10. Loading feedback — Always show loading states with skeletons or spinners

Animation Timing

TypeDurationEasing
Micro-interaction100-200msease-out
Reveal/Fade200-400msease-out
Slide300-500msease-in-out
Page transition200-300msease-out

References

Forbidden

  • ❌ Animations without prefers-reduced-motion handling
  • ❌ Animations over 500ms for UI feedback
  • ❌ Animations that block interaction
  • ❌ Gratuitous/decorative-only animations
  • ❌ JS animations when CSS works
  • ❌ Animations that cause layout shift
  • ❌ Auto-playing animations without user control
  • ❌ Animations that flash more than 3 times per second

Definition of Done

  • All animations respect reduced motion
  • Interaction animations under 300ms
  • Reveal animations under 500ms
  • No layout shift from animations
  • Loading states have skeleton/spinner
  • Page transitions smooth
  • Focus states animated
  • All animations tested with prefers-reduced-motion: reduce
  • Scroll animations use Intersection Observer
  • No animation blocks user interaction

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon