Annotation Interface DynamicMotion.Duration
- Enclosing class:
- DynamicMotion
Constant values for the animation duration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
Constant for the color animation duration.static final long
Constant for the default duration.static final long
Constant for the long duration.static final long
Constant for the longer duration.static final long
Constant for the medium duration.static final long
Constant for the no duration.static final long
Constant for the short duration.static final long
Constant for the shorter duration.static final long
Constant for the splash duration.static final long
Constant for the tinier duration.static final long
Constant for the tiniest duration.static final long
Constant for the tiny duration.
-
Field Details
-
NO
static final long NOConstant for the no duration.- See Also:
-
TINIEST
static final long TINIESTConstant for the tiniest duration.- See Also:
-
TINIER
static final long TINIERConstant for the tinier duration.- See Also:
-
TINY
static final long TINYConstant for the tiny duration.- See Also:
-
SHORTER
static final long SHORTERConstant for the shorter duration.- See Also:
-
SHORT
static final long SHORTConstant for the short duration.- See Also:
-
MEDIUM
static final long MEDIUMConstant for the medium duration.- See Also:
-
LONG
static final long LONGConstant for the long duration.- See Also:
-
LONGER
static final long LONGERConstant for the longer duration.- See Also:
-
SPLASH
static final long SPLASHConstant for the splash duration.- See Also:
-
COLOR
static final long COLORConstant for the color animation duration.- See Also:
-
DEFAULT
static final long DEFAULTConstant for the default duration.- See Also:
-