Easing#
- class Easing#
Describes the available easing functions for use with
TimedAnimation
.
New values may be added to this enumeration over time.
Methods#
Fields#
- class Easing
- EASE_IN_BACK#
The type of the None singleton.
- EASE_IN_BOUNCE#
The type of the None singleton.
- EASE_IN_CIRC#
The type of the None singleton.
- EASE_IN_CUBIC#
The type of the None singleton.
- EASE_IN_ELASTIC#
The type of the None singleton.
- EASE_IN_EXPO#
The type of the None singleton.
- EASE_IN_OUT_BACK#
The type of the None singleton.
- EASE_IN_OUT_BOUNCE#
The type of the None singleton.
- EASE_IN_OUT_CIRC#
The type of the None singleton.
- EASE_IN_OUT_CUBIC#
The type of the None singleton.
- EASE_IN_OUT_ELASTIC#
The type of the None singleton.
- EASE_IN_OUT_EXPO#
The type of the None singleton.
- EASE_IN_OUT_QUAD#
The type of the None singleton.
- EASE_IN_OUT_QUART#
The type of the None singleton.
- EASE_IN_OUT_QUINT#
The type of the None singleton.
- EASE_IN_OUT_SINE#
The type of the None singleton.
- EASE_IN_QUAD#
The type of the None singleton.
- EASE_IN_QUART#
The type of the None singleton.
- EASE_IN_QUINT#
The type of the None singleton.
- EASE_IN_SINE#
The type of the None singleton.
- EASE_OUT_BACK#
The type of the None singleton.
- EASE_OUT_BOUNCE#
The type of the None singleton.
- EASE_OUT_CIRC#
The type of the None singleton.
- EASE_OUT_CUBIC#
The type of the None singleton.
- EASE_OUT_ELASTIC#
The type of the None singleton.
- EASE_OUT_EXPO#
The type of the None singleton.
- EASE_OUT_QUAD#
The type of the None singleton.
- EASE_OUT_QUART#
The type of the None singleton.
- EASE_OUT_QUINT#
The type of the None singleton.
- EASE_OUT_SINE#
The type of the None singleton.
- LINEAR#
The type of the None singleton.