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
This commit is contained in:
Marcel Hollerbach 2020-01-02 09:35:34 -05:00 committed by Mike Blumenkrantz
parent 9d428c610d
commit 9f712bbf2f
1 changed files with 1 additions and 1 deletions

View File

@ -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]]
}
}
}