User Animations Under 300ms
User-initiated animations must complete within 300ms.
Incorrect (exceeds 300ms limit):
.button { transition: transform 400ms; }Correct (within 300ms):
.button { transition: transform 200ms; }Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Living wiki of UI design patterns and best practices built with Fumadocs, Next.js, and Base UI components.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
User-initiated animations must complete within 300ms.
Incorrect (exceeds 300ms limit):
.button { transition: transform 400ms; }Correct (within 300ms):
.button { transition: transform 200ms; }