summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/efl_animation_types.eot
blob: bb29937f24f4802245a05456ca1b50128040d21f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ----------------------------------------------------------------------------
// All the below types are for Efl Animation

struct Efl.Animation.Object.Running_Event_Info; [[Information of running event]]

enum Efl.Animation.Repeat_Mode
{
   [[Animation repeat mode]]

   restart = 0, [[Restart animation when the animation ends.]]
   reverse      [[Reverse animation when the animation ends.]]
}