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

11 lines
383 B
Plaintext

enum Efl.Canvas.Animation_Repeat_Mode
{
[[Animation repeat mode. @since 1.24]]
restart = 0, [[Restart animation when the animation ends: The animation will play again from the beginning to the
end.]]
reverse = 1, [[Reverse animation when the animation ends: The animation will continue playing from the end to the
beginning.]]
last
}