If the direction of the timeline should be automatically reversed when reaching the end.
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.
The #ClutterInterval used to describe the initial and final states of the transition.
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.
Whether the #ClutterTransition should be automatically detached from the #ClutterTransition:animatable instance whenever the #ClutterTimeline::stopped signal is emitted.
The #ClutterTransition:remove-on-complete property takes into account the value of the #ClutterTimeline:repeat-count property, and it only detaches the transition if the transition is not repeating.
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.
The #ClutterAnimatable instance currently being animated.