public interface IsTransitions extends IsDefaultTransitions
Modifier and Type | Method and Description |
---|---|
AnimationTransition |
create(TransitionKey transition)
Creates an animation transition instance and stores in the animation options.
|
AnimationTransition |
get(TransitionKey transition)
Returns an animation transition instance if stored in the animation options.
|
void |
remove(TransitionKey transition)
Removes an animation transition previously added.
|
void |
set(TransitionKey transition,
AnimationTransition animationTransition)
Sets an animation transition instance to store in the animation options.
|
has
AnimationTransition get(TransitionKey transition)
get
in interface IsDefaultTransitions
transition
- transition instance used to get for animation optionsnull
if does not existsvoid set(TransitionKey transition, AnimationTransition animationTransition)
transition
- transition instance used to get for animation optionsanimationTransition
- an animation transition instance to setAnimationTransition create(TransitionKey transition)
transition
- transition key used to create the animation transitionsvoid remove(TransitionKey transition)
transition
- transition instance used to remove from animation options