CanvasAnimateType
Description:
[ CCode ( cprefix = "GOO_CANVAS_ANIMATE_" , type_id = "goo_canvas_animate_type_get_type ()" ) ]
public enum CanvasAnimateType
CanvasAnimateType is used to specify what happens when the end of an animation is reached.
Content:
Enum values:
- BOUNCE - the animation bounces back
and forth between the start and end positions.
- FREEZE - the item remains in the final
position.
- RESET - the item is moved back to the
initial position.
- RESTART - the animation is restarted
from the initial position.