Skip to main content
Back to registry

auto-animate

jezweb/claude-skills

Package : @formkit/auto-animate@0.9.0 (current) Frameworks : React, Vue, Solid, Svelte, Preact Last Updated : 2026-01-21

Installs355
Install command
npx skills add https://github.com/jezweb/claude-skills --skill auto-animate
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Package : @formkit/auto-animate@0.9.0 (current) Frameworks : React, Vue, Solid, Svelte, Preact Last Updated : 2026-01-21 Why this matters : Prevents Issue #1 (SSR/Next.js import errors). AutoAnimate uses DOM APIs not available on server. This skill prevents 15 documented issues: Error : "Can't import the named export 'useEffect' from non EcmaScript module" Source : Why It Happens : AutoAnimate uses DOM APIs not available on server Prevention : Use dynamic imports (see templates/vite-ssr-safe.tsx ) Error : Animations don't work when parent is conditional Source : Why It Happens : Ref can't attach to non-existent element Prevention : React Pattern : Vue.js Pattern : Source : React Issue #8 , Vue Issue #193 Error : Items don't animate correctly or flash Source : Official docs Why It Happens : React can't track which items changed Prevention : Always use unique, stable keys ( key={item.id} ) Error : Elements snap to width instead of animating smoothly, or container shakes on remove Source : Official docs, Issue #212 Why It Happens : flex-grow: 1 waits for surrounding content, causing timing issues Prevention : Use explicit width instead of flex-grow for animated elements Maintainer Note : justin-schroeder confirmed fixed sizes are required for flex containers Error : Table structure breaks when removing rows Source : Why It Happens : Display: table-row conflicts with animations...

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 auto-animate do?

Package : @formkit/auto-animate@0.9.0 (current) Frameworks : React, Vue, Solid, Svelte, Preact Last Updated : 2026-01-21

Is auto-animate good?

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

What agent does auto-animate work with?

auto-animate currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to auto-animate?

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

How do I install auto-animate?

npx skills add https://github.com/jezweb/claude-skills --skill auto-animate

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering