mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
* Improve UI animation transitions * Remove implementation plan documents Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: multica-agent <github@multica.ai>
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
export const UI_EASE_OUT = [0.23, 1, 0.32, 1] as const;
|
|
|
|
export const UI_MOTION_DURATION = {
|
|
micro: 0.1,
|
|
fast: 0.15,
|
|
standard: 0.2,
|
|
} as const;
|