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

13 lines
408 B
Plaintext

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