WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=3a24309045d9647f1a8579b42a0b5482546733ed
commit 3a24309045d9647f1a8579b42a0b5482546733ed Author: Lauro Moura <[email protected]> Date: Mon Dec 7 13:58:23 2015 -0800 Wiki page animator changed with summary [] by Lauro Moura --- pages/api/javascript/ecore/animator.txt | 185 +++++++++++++++++++++++++++++++- 1 file changed, 181 insertions(+), 4 deletions(-) diff --git a/pages/api/javascript/ecore/animator.txt b/pages/api/javascript/ecore/animator.txt index 767d82d..f8cb93e 100644 --- a/pages/api/javascript/ecore/animator.txt +++ b/pages/api/javascript/ecore/animator.txt @@ -6,21 +6,198 @@ WORKINPROGRESS ==== Constants ==== +=== Position mapping === + + * ''efl.Ecore.Animator.POS_MAP_ACCELERATE'' + * ''efl.Ecore.Animator.POS_MAP_ACCELERATE_FACTOR'' + * ''efl.Ecore.Animator.POS_MAP_BOUNCE'' + * ''efl.Ecore.Animator.POS_MAP_CUBIC_BEZIER'' + * ''efl.Ecore.Animator.POS_MAP_DECELERATE'' + * ''efl.Ecore.Animator.POS_MAP_DECELERATE_FACTOR'' + * ''efl.Ecore.Animator.POS_MAP_DIVISOR_INTERP'' + * ''efl.Ecore.Animator.POS_MAP_LINEAR'' + * ''efl.Ecore.Animator.POS_MAP_SINUSOIDAL'' + * ''efl.Ecore.Animator.POS_MAP_SINUSOIDAL_FACTOR'' + * ''efl.Ecore.Animator.POS_MAP_SPRING'' + +=== Sources === + + * ''efl.Ecore.Animator.SOURCE_CUSTOM'' + * ''efl.Ecore.Animator.SOURCE_TIMER'' + ==== Functions ==== -=== sourceGet() === +=== add() === + +Syntax + +<code javascript> +</code> + +Parameters + + * + +Return value + + * + +=== addTimeline() === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== customTick(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== getFrametime(args) === Syntax <code javascript> + code </code> Parameters - * level - An integer representing the target log level. Usually one of the ''efl.LOG_LEVEL_*'' constants. + * parameters Return value - * boolean - True if the level is triggering log level. + * return + +=== getSource(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== posMap(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== posMapN(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== setCustomSourceTickBeginCallback(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== setCustomSourceTickEndCallback(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== setFrametime(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value + + * return + +=== setSource(args) === + +Syntax + +<code javascript> + code +</code> + +Parameters + + * parameters + +Return value -Checks whether the given log level will be logged or ignored. \ No newline at end of file + * return \ No newline at end of file --
