discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d956f340214a105736c48d9c9eff9b4898b6994e
commit d956f340214a105736c48d9c9eff9b4898b6994e Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 31 14:57:34 2017 -0400 doc: add explicit note for timeline animator about first frame position --- src/lib/ecore/Ecore_Legacy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore/Ecore_Legacy.h b/src/lib/ecore/Ecore_Legacy.h index e5de9d8..6b950fa 100644 --- a/src/lib/ecore/Ecore_Legacy.h +++ b/src/lib/ecore/Ecore_Legacy.h @@ -130,6 +130,7 @@ EAPI Ecore_Animator *ecore_animator_add(Ecore_Task_Cb func, const void *data); * @see ecore_animator_pos_map() * * @note The default @p frametime value is 1/30th of a second. + * @note The first position parameter passed to the callback will never be 0. * * @since 1.1.0 */ --
