Type Alias: AnimationMode
AnimationMode =
"timed"|"spring"
Defined in: animation/types.ts:10
The type of animation to use.
"timed": Duration-based animation with easing curves (uses Adw.TimedAnimation)"spring": Physics-based spring animation (uses Adw.SpringAnimation)