diff --git a/src/lib/evas/canvas/efl_canvas_animation_group.eo b/src/lib/evas/canvas/efl_canvas_animation_group.eo index 07daa8f554..7b9f19cf61 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_group.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_group.eo @@ -21,9 +21,12 @@ abstract @beta Efl.Canvas.Animation_Group extends Efl.Canvas.Animation @in animation: Efl.Canvas.Animation; [[Animation to remove from the group.]] } } - animations_get @const { - [[Gets the list of animations currently in the animation group.]] - return: iterator @move; [[List of animations in the group.]] + @property animations { + [[All animations that are currently part of this group.]] + get { } + values { + animations : iterator @move; [[The iterator carrying all animations of this group]] + } } } implements {