Interface: AnimationConfig
Defined in: shared/types/themeConfig.ts:22
Animation configuration interface.
Remarksโ
Defines animation and transition configurations.
Propertiesโ
durationโ
duration: {
fast:string;normal:string;slow:string; }
Defined in: shared/types/themeConfig.ts:24
Animation duration values
fastโ
fast:
string
normalโ
normal:
string
slowโ
slow:
string
easingโ
easing: {
easeIn:string;easeInOut:string;easeOut:string;linear:string; }
Defined in: shared/types/themeConfig.ts:30
Animation easing functions
easeInโ
easeIn:
string
easeInOutโ
easeInOut:
string
easeOutโ
easeOut:
string
linearโ
linear:
string