mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-18 16:19:43 +00:00
feat(06-01): add animation.matchDuration to CONFIG
- Add animation configuration object with matchDuration: 250ms - Per CONTEXT.md recommendation (200-300ms range)
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