summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/efl_canvas_animation_types.eot
blob: ad3aecc6379ef603c8a9c2391551283d47c025bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ----------------------------------------------------------------------------
// 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.]]
}