~~Title: Efl.Canvas.Animation_Repeat_Mode~~ ===== Description ===== %%Animation repeat mode%% {{page>:develop:api-include:efl:canvas:animation_repeat_mode:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:canvas:animation_repeat_mode:fields&nouser&nolink&nodate}} * **restart** - %%Restart animation when the animation ends.%% * **reverse** - %%Reverse animation when the animation ends.%% ===== Signature ===== enum Efl.Canvas.Animation_Repeat_Mode { restart: 0, reverse } ===== C signature ===== typedef enum { EFL_CANVAS_ANIMATION_REPEAT_MODE_RESTART = 0, EFL_CANVAS_ANIMATION_REPEAT_MODE_REVERSE } Efl_Canvas_Animation_Repeat_Mode;