Enumeration (GI Enum)

Adw-1AdwAnimationState

Describes the possible states of an Animation.

The state can be controlled with Animation.play, Animation.pause, Animation.resume, Animation.reset and Animation.skip.

Index

Enumeration Members

Enumeration Members

FINISHED: number

The animation has finished.

IDLE: number

The animation hasn't started yet.

PAUSED: number

The animation has been paused.

PLAYING: number

The animation is currently playing.