mGEff API Reference  v1.2.0
An animation framework for MiniGUI apps
Data Fields
_PropertyAnimationSetting Struct Reference

#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
 

Detailed Description

structure defines a all parameters to create a group animation ready to run.

Field Documentation

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


The documentation for this struct was generated from the following file: