Efl.Ui.Animation_View.is_playing_back

Description

Returns the status whether current animation is on playing forward or backward. Note: If animation view is not on playing, it will return false.

Signature

is_playing_back {
    return: bool;
}

C signature

Eina_Bool efl_ui_animation_view_is_playing_back(Eo *obj);

Implemented by