Efl.Canvas.Animation_Group.animation_del

Description

Delete the given animation from the animation group.

Signature

animation_del {
    params {
        @in animation: Efl.Canvas.Animation;
    }
}

C signature

void efl_animation_group_animation_del(Eo *obj, Efl_Canvas_Animation *animation);

Parameters

  • animation (in) - The animation which needs to be deleted from the animation group

Implemented by