mGEff API Reference
v1.2.0
An animation framework for MiniGUI apps
|
#include <mgeff-animation.h>
Data Fields | |
void * | property |
enum EffVariantType | type |
const void * | start_value |
const void * | end_value |
enum EffMotionType | curve |
int | duration |
MGEFF_FINISHED_CB | cb |
structure defines a all parameters to create a group animation ready to run.
MGEFF_FINISHED_CB _PropertyAnimationSetting::cb |
finished callback
enum EffMotionType _PropertyAnimationSetting::curve |
motion type
int _PropertyAnimationSetting::duration |
duration of animation
const void* _PropertyAnimationSetting::end_value |
end value
void* _PropertyAnimationSetting::property |
property
const void* _PropertyAnimationSetting::start_value |
start value
enum EffVariantType _PropertyAnimationSetting::type |
variant type