Skip to main content
Back to registry

emilkowal-animations

pproenca/dot-skills

Comprehensive animation guide for web interfaces based on Emil Kowalski's teachings, open-source libraries (Sonner, Vaul), and his animations.dev course. Contains 43 rules across 7 categories, prioritized by impact.

Installs502
Install command
npx skills add https://github.com/pproenca/dot-skills --skill emilkowal-animations
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive animation guide for web interfaces based on Emil Kowalski's teachings, open-source libraries (Sonner, Vaul), and his animations.dev course. Contains 43 rules across 7 categories, prioritized by impact. Reference these guidelines when: - Adding animations to React components - Choosing easing curves or timing values - Implementing gesture-based interactions (swipe, drag) - Building toast notifications or drawer components - Optimizing animation performance - Ensuring animation accessibility - ease-out-default - Use ease-out as your default easing - ease-custom-curves - Use custom cubic-bezier over built-in CSS - ease-in-out-onscreen - Use ease-in-out for on-screen movement - ease-spring-natural - Use spring animations for natural motion - ease-ios-drawer - Use iOS-style easing for drawer components - ease-context-matters - Match easing to animation context - timing-300ms-max - Keep UI animations under 300ms - timing-faster-better - Faster animations improve perceived performance - timing-asymmetric - Use asymmetric timing for press and release - timing-tooltip-delay - Delay initial tooltips, instant subsequent ones - timing-drawer-500ms - Use 500ms duration for drawer animations - props-transform-opacity - Animate only transform and opacity - props-hardware-accelerated - Use hardware-accelerated animations when main thread is busy - props-will-change - Use...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does emilkowal-animations do?

Comprehensive animation guide for web interfaces based on Emil Kowalski's teachings, open-source libraries (Sonner, Vaul), and his animations.dev course. Contains 43 rules across 7 categories, prioritized by impact.

Is emilkowal-animations good?

emilkowal-animations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does emilkowal-animations work with?

emilkowal-animations currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to emilkowal-animations?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install emilkowal-animations?

npx skills add https://github.com/pproenca/dot-skills --skill emilkowal-animations

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering