Enumeration

ClutterStepMode

since: 1.12

Declaration

enum Clutter.StepMode

Description [src]

Change the value transition of a step function.

See clutter_timeline_set_step_progress().

Available since: 1.12

Members

Name Description
CLUTTER_STEP_MODE_START

The change in the value of a CLUTTER_STEP progress mode should occur at the start of the transition.

CLUTTER_STEP_MODE_END

The change in the value of a CLUTTER_STEP progress mode should occur at the end of the transition.