Variable: TRANSITION_ALL
const
TRANSITION_ALL:"all 0.2s ease-in-out"
="all 0.2s ease-in-out"
Defined in: src/constants.ts:40
CSS transition timing for consistent animations.
Remarksโ
Provides consistent transition timing across the application for smooth user interface animations. This value ensures all UI transitions feel cohesive and respond at the same speed.
Default Valueโ
"all 0.2s ease-in-out"
@public