1 Dec 2010 01:17
[E-devel] [Patch] elm_animator
ChunEon Park <chuneon.park <at> samsung.com>
2010-12-01 00:17:48 GMT
2010-12-01 00:17:48 GMT
Please check this small patch. Added one miner API. Thanks. The Hermet
Index: elm_animator.c
===================================================================
--- elm_animator.c (revision 55099)
+++ elm_animator.c (working copy)
<at> <at> -38,11 +38,11 <at> <at>
double duration;
unsigned int repeat_cnt;
unsigned int cur_repeat_cnt;
- double (*curve_op) (double frame);
void (*animator_op) (void *data, Elm_Animator *animator, double frame);
void *animator_arg;
void (*completion_op) (void *data);
void *completion_arg;
+ Elm_Animator_Curve_Style curve_style;
Eina_Bool auto_reverse:1;
Eina_Bool on_animating:1;
};
<at> <at> -111,7 +111,24 <at> <at>
animator->cur_time = ecore_loop_time_get();
elapsed_time = animator->cur_time - animator->begin_time;
if (elapsed_time > animator->duration) elapsed_time = animator->duration;
(Continue reading)
>
> --
> Gustavo Sverzut Barbieri
>
RSS Feed