Method
ClutterTimelineset_progress_mode
Declaration [src]
void
clutter_timeline_set_progress_mode (
ClutterTimeline* timeline,
ClutterAnimationMode mode
)
Description [src]
Sets the progress function using a value from the ClutterAnimationMode
enumeration. The mode
cannot be CLUTTER_CUSTOM_MODE
or bigger than
CLUTTER_ANIMATION_LAST
.
Available since: | 1.10 |
Sets property | Clutter.Timeline:progress-mode |
Parameters
mode |
ClutterAnimationMode |
The progress mode, as a |