efl/src/lib/evas/canvas/efl_canvas_animation_group_...

20 lines
609 B
Plaintext

class @beta Efl.Canvas.Animation_Group_Parallel extends Efl.Canvas.Animation_Group
{
[[Combined animation which plays its individual animations in parallel
(all of them simultaneously).
For instance, this could be used to move an @Efl.Canvas.Object from one position to another
while rotating it along the way.
Use @Efl.Canvas.Animation_Group.animation_add to append individual animations.
]]
c_prefix: efl_animation_group_parallel;
data: null;
methods {
}
implements {
Efl.Canvas.Animation.duration { get; }
Efl.Canvas.Animation.animation_apply;
}
}