public final class DefaultTransitions extends Object implements IsDefaultTransitions
Modifier and Type | Field and Description |
---|---|
static IsDefaultAnimationTransition |
DEFAULT_ANIMATION_TRANSITION
Default animation mode element.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultAnimationTransition |
get(TransitionKey transition)
Returns an animation transition instance if stored in the the animation options.
|
boolean |
has(TransitionKey transition)
Returns
true if an animation transition instance is stored in the the animation options. |
public static final IsDefaultAnimationTransition DEFAULT_ANIMATION_TRANSITION
public boolean has(TransitionKey transition)
IsDefaultTransitions
true
if an animation transition instance is stored in the the animation options.has
in interface IsDefaultTransitions
transition
- transition instance used to check in the animation optionstrue
if an animation collection instance is stored in the the animation optionspublic IsDefaultAnimationTransition get(TransitionKey transition)
IsDefaultTransitions
get
in interface IsDefaultTransitions
transition
- transition instance used to get for animation optionsnull
if does not exists