efl/src/lib/evas/canvas/efl_canvas_animation_types.eot

13 lines
420 B
Plaintext
Raw Normal View History

// ----------------------------------------------------------------------------
// All the below types are for Efl Animation
struct @beta Efl.Canvas.Animation_Player_Event_Running; [[Information of event running]]
enum @beta Efl.Canvas.Animation_Repeat_Mode
{
[[Animation repeat mode]]
restart = 0, [[Restart animation when the animation ends.]]
reverse [[Reverse animation when the animation ends.]]
}