From d956f340214a105736c48d9c9eff9b4898b6994e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 31 Mar 2017 14:57:34 -0400 Subject: [PATCH] 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 e5de9d8a98..6b950fa05b 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 */