Overshooting cubic tweening, with backtracking on start.
Exponentially decaying parabolic (bounce) tweening, on start.
Circular tweening.
Cubic tweening.
Elastic tweening, with offshoot on start.
Exponential tweening.
Overshooting cubic tweening, with backtracking on both
ends, combining ADW_EASE_IN_BACK
and ADW_EASE_OUT_BACK
.
Exponentially decaying parabolic (bounce) tweening,
with bounce on both ends, combining ADW_EASE_IN_BOUNCE
and
ADW_EASE_OUT_BOUNCE
.
Circular tweening, combining ADW_EASE_IN_CIRC
and
ADW_EASE_OUT_CIRC
.
Cubic tweening, combining ADW_EASE_IN_CUBIC
and
ADW_EASE_OUT_CUBIC
.
Elastic tweening, with offshoot on both ends,
combining ADW_EASE_IN_ELASTIC
and ADW_EASE_OUT_ELASTIC
.
Exponential tweening, combining ADW_EASE_IN_EXPO
and
ADW_EASE_OUT_EXPO
.
Quadratic tweening, combining ADW_EASE_IN_QUAD
and
ADW_EASE_OUT_QUAD
.
Quartic tweening, combining ADW_EASE_IN_QUART
and
ADW_EASE_OUT_QUART
.
Quintic tweening, combining ADW_EASE_IN_QUINT
and
ADW_EASE_OUT_QUINT
.
Sine wave tweening, combining ADW_EASE_IN_SINE
and
ADW_EASE_OUT_SINE
.
Quadratic tweening.
Quartic tweening.
Quintic tweening.
Sine wave tweening.
Overshooting cubic tweening, with backtracking on end,
inverse of ADW_EASE_IN_BACK
.
Exponentially decaying parabolic (bounce) tweening,
with bounce on end, inverse of ADW_EASE_IN_BOUNCE
.
Circular tweening, inverse of ADW_EASE_IN_CIRC
.
Cubic tweening, inverse of ADW_EASE_IN_CUBIC
.
Elastic tweening, with offshoot on end, inverse of
ADW_EASE_IN_ELASTIC
.
Exponential tweening, inverse of ADW_EASE_IN_EXPO
.
Quadratic tweening, inverse of ADW_EASE_IN_QUAD
.
Quartic tweening, inverse of ADW_EASE_IN_QUART
.
Quintic tweening, inverse of ADW_EASE_IN_QUINT
.
Sine wave tweening, inverse of ADW_EASE_IN_SINE
.
Linear tweening.
Describes the available easing functions for use with [class
TimedAnimation]
.New values may be added to this enumeration over time.