doc: add explicit note for timeline animator about first frame position

This commit is contained in:
Mike Blumenkrantz 2017-03-31 14:57:34 -04:00
parent 7b20950aaf
commit d956f34021
1 changed files with 1 additions and 0 deletions

View File

@ -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
*/