zmike pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9f712bbf2f784bd27c92e9120f41df623763dac9
commit 9f712bbf2f784bd27c92e9120f41df623763dac9 Author: Marcel Hollerbach <[email protected]> Date: Thu Jan 2 09:35:34 2020 -0500 efl_canvas_animation_scale: enhance documentation Reviewers: segfaultxavi, zmike Reviewed By: zmike Subscribers: zmike, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10996 --- src/lib/evas/canvas/efl_canvas_animation_scale.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/efl_canvas_animation_scale.eo b/src/lib/evas/canvas/efl_canvas_animation_scale.eo index 58a44f132f..ab691617b4 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_scale.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_scale.eo @@ -48,7 +48,7 @@ class Efl.Canvas.Animation_Scale extends Efl.Canvas.Animation values { from_scale: Eina.Vector2; [[Initial scale value.]] to_scale: Eina.Vector2; [[Ending scale value.]] - pivot_point: Eina.Position2D; [[Position of the pivot point relative to the canvas.]] + pivot_point: Eina.Position2D; [[Position of the pivot point relative to the canvas. If $null the target passed to @Efl.Canvas.Animation.animation_apply is used as pivot element]] } } } --
