Skip to main content

Type Alias: TimedTransition

TimedTransition = object

Defined in: animation/types.ts:48

Transition configuration for timed (duration-based) animations.

See

Adw.TimedAnimation

Properties

alternate?

optional alternate: boolean

Defined in: animation/types.ts:60

Whether to alternate direction on each repeat


delay?

optional delay: number

Defined in: animation/types.ts:54

Delay before starting the animation in milliseconds


duration?

optional duration: number

Defined in: animation/types.ts:50

Animation duration in milliseconds (default: 300)


easing?

optional easing: Easing

Defined in: animation/types.ts:52

Easing function for the animation curve (default: EASE_OUT_CUBIC)


repeat?

optional repeat: number

Defined in: animation/types.ts:56

Number of times to repeat the animation (0 = no repeat, -1 = infinite)


reverse?

optional reverse: boolean

Defined in: animation/types.ts:58

Whether to play the animation in reverse