AdwAnimationState

Describes the possible states of an class@Animation.

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

Values

ValueMeaning
Idle0

The animation hasn't started yet.

Paused1

The animation has been paused.

Playing2

The animation is currently playing.

Finished3

The animation has finished.