examples/easing-modes: Use newly added modes

Step and cubic bezier.
This commit is contained in:
Emmanuele Bassi 2012-07-19 21:57:26 -04:00
parent 12c75e9737
commit 5a43f6b895
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ static const struct {
{ "easeInBounce", CLUTTER_EASE_IN_BOUNCE },
{ "easeOutBounce", CLUTTER_EASE_OUT_BOUNCE },
{ "easeInOutBounce", CLUTTER_EASE_IN_OUT_BOUNCE },
{ "stepStart", CLUTTER_STEP_START },
{ "stepEnd", CLUTTER_STEP_END },
{ "ease", CLUTTER_EASE },
{ "easeIn", CLUTTER_EASE_IN },
{ "easeOut", CLUTTER_EASE_OUT },
{ "easeInOut", CLUTTER_EASE_IN_OUT },
};
#define HELP_TEXT "<b>Easing mode: %s (%d of %d)</b>\n" \