mirror of
https://github.com/tiennm99/gsd-framework.git
synced 2026-05-26 12:01:00 +00:00
feat(06-01): add animation.matchDuration to CONFIG
- Add animation configuration object with matchDuration: 250ms - Per CONTEXT.md recommendation (200-300ms range) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -24,4 +24,7 @@ export const CONFIG = {
|
||||
selection: '#e94560',
|
||||
text: '#eaeaea',
|
||||
},
|
||||
animation: {
|
||||
matchDuration: 250, // ms - scale+fade duration per CONTEXT.md
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user