Description

Animation repeat mode

Fields

  • 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;