:right-sidebar: True AnimationState =================================================================== .. currentmodule:: gi.repository.Adw .. class:: AnimationState :no-contents-entry: Describes the possible states of an :obj:`~gi.repository.Adw.Animation`. The state can be controlled with :obj:`~gi.repository.Animation.play`, :obj:`~gi.repository.Animation.pause`, :obj:`~gi.repository.Animation.resume`, :obj:`~gi.repository.Animation.reset` and :obj:`~gi.repository.Animation.skip`. Fields ------ .. rst-class:: interim-class .. class:: AnimationState :no-index: .. attribute:: FINISHED The animation has finished. .. attribute:: IDLE The animation hasn't started yet. .. attribute:: PAUSED The animation has been paused. .. attribute:: PLAYING The animation is currently playing.