A delay, in milliseconds, that should be observed by the timeline before actually starting.
The direction of the timeline, either %CLUTTER_TIMELINE_FORWARD or %CLUTTER_TIMELINE_BACKWARD.
Duration of the timeline in milliseconds, depending on the ClutterTimeline:fps value.
Whether the timeline should automatically rewind and restart.
As a side effect, setting this property to %TRUE will set the #ClutterTimeline:repeat-count property to -1, while setting this property to %FALSE will set the #ClutterTimeline:repeat-count property to 0.
Controls the way a #ClutterTimeline computes the normalized progress.
Defines how many times the timeline should repeat.
If the repeat count is 0, the timeline does not repeat.
If the repeat count is set to -1, the timeline will repeat until it is stopped.
If the direction of the timeline should be automatically reversed when reaching the end.