last animation mode, used as a guard for registered global alpha functions
cubic bezier between (0, 0) and (1, 1) with two control points; see clutter_timeline_set_cubic_bezier_progress(). (Since 1.12)
custom progress function
equivalent to %CLUTTER_CUBIC_BEZIER with control points in (0.25, 0.1) and (0.25, 1.0). (Since 1.12)
equivalent to %CLUTTER_CUBIC_BEZIER with control points in (0.42, 0) and (1.0, 1.0). (Since 1.12)
overshooting cubic tweening, with backtracking on start
exponentially decaying parabolic (bounce) tweening, with bounce on start
circular tweening
cubic tweening
elastic tweening, with offshoot on start
exponential tweening
equivalent to %CLUTTER_CUBIC_BEZIER with control points in (0.42, 0) and (0.58, 1.0). (Since 1.12)
overshooting cubic tweening, with backtracking on both ends
exponentially decaying parabolic (bounce) tweening, with bounce on both ends
circular tweening, combining %CLUTTER_EASE_IN_CIRC and %CLUTTER_EASE_OUT_CIRC
cubic tweening, combining %CLUTTER_EASE_IN_CUBIC and %CLUTTER_EASE_OUT_CUBIC
elastic tweening with offshoot on both ends
exponential tweening, combining %CLUTTER_EASE_IN_EXPO and %CLUTTER_EASE_OUT_EXPO
quadratic tweening, combininig %CLUTTER_EASE_IN_QUAD and %CLUTTER_EASE_OUT_QUAD
quartic tweening, combining %CLUTTER_EASE_IN_QUART and %CLUTTER_EASE_OUT_QUART
fifth power tweening, combining %CLUTTER_EASE_IN_QUINT and %CLUTTER_EASE_OUT_QUINT
sine wave tweening, combining %CLUTTER_EASE_IN_SINE and %CLUTTER_EASE_OUT_SINE
quadratic tweening
quartic tweening
quintic tweening
sinusoidal tweening
equivalent to %CLUTTER_CUBIC_BEZIER with control points in (0, 0) and (0.58, 1.0). (Since 1.12)
overshooting cubic tweening, with backtracking on end
exponentially decaying parabolic (bounce) tweening, with bounce on end
circular tweening, inverse of %CLUTTER_EASE_IN_CIRC
cubic tweening, invers of %CLUTTER_EASE_IN_CUBIC
elastic tweening, with offshoot on end
exponential tweening, inverse of %CLUTTER_EASE_IN_EXPO
quadratic tweening, inverse of %CLUTTER_EASE_IN_QUAD
quartic tweening, inverse of %CLUTTER_EASE_IN_QUART
quintic tweening, inverse of %CLUTTER_EASE_IN_QUINT
sinusoidal tweening, inverse of %CLUTTER_EASE_IN_SINE
linear tweening
parametrized step function; see clutter_timeline_set_step_progress() for further details. (Since 1.12)
equivalent to %CLUTTER_STEPS with a number of steps equal to 1, and a step mode of %CLUTTER_STEP_MODE_END. (Since 1.12)
equivalent to %CLUTTER_STEPS with a number of steps equal to 1, and a step mode of %CLUTTER_STEP_MODE_START. (Since 1.12)
The animation modes used by #ClutterAlpha and #ClutterAnimation. This enumeration can be expanded in later versions of Clutter.
Every global alpha function registered using clutter_alpha_register_func() or clutter_alpha_register_closure() will have a logical id greater than %CLUTTER_ANIMATION_LAST.