export const ANIMATION = { duration: { instant: 0.075, fast: 0.15, normal: 0.3, slow: 1.5, }, }; export type AnimationDuration = 'instant' | 'fast' | 'normal';