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:
2026-03-11 13:46:56 +00:00
parent 8c5c2368d9
commit e7d2975d29
+3
View File
@@ -24,4 +24,7 @@ export const CONFIG = {
selection: '#e94560',
text: '#eaeaea',
},
animation: {
matchDuration: 250, // ms - scale+fade duration per CONTEXT.md
},
} as const;