Class: NoneTransition
The Transition class has static methods for creating animations that run as one scene transitions to another.
Extends
Constructors
new NoneTransition()
new NoneTransition():
NoneTransition
Returns
Overrides
Defined in
Transition.ts:56
Properties
duration
duration:
number
Overrides
Defined in
Transition.ts:55
easing
easing:
EasingFunction
Overrides
Defined in
Transition.ts:54
type
type:
"None"
=TransitionType.None
Overrides
Defined in
Transition.ts:53
Methods
none()
static
none():NoneTransition
Creates a scene transition with no animation or duration. The next scene is immediately drawn.
Returns
Inherited from
Defined in
Transition.ts:47
slide()
static
slide(options
):SlideTransition
Creates a scene transition in which the outgoing scene slides out and the incoming scene slides in, as if the incoming scene pushes it.
Parameters
• options: SlideTransitionOptions
Returns
Inherited from
Defined in
Transition.ts:29