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:
2026-03-11 13:46:56 +00:00
parent 4dfa4e2e02
commit f6e0e6cc37
+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;