summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-01-02 09:35:34 -0500
committerMike Blumenkrantz <zmike@samsung.com>2020-01-02 09:35:34 -0500
commit9f712bbf2f784bd27c92e9120f41df623763dac9 (patch)
tree80397477eca8b23928fa976465b9d93b561f486e
parent9d428c610da04846e9c03a0cd83e16322b1ab84c (diff)
downloadefl-9f712bbf2f784bd27c92e9120f41df623763dac9.tar.gz
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
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_scale.eo2
1 files changed, 1 insertions, 1 deletions
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]]
}
}
}