Class: SlideIn

lime.transitions.SlideIn

new lime.transitions.SlideIn(outgoing, incoming, opt_movein)

Slide-In transition.
Parameters:
Name Type Argument Description
outgoing lime.scene Outgoing scene.
incoming lime.scene Incoming scene.
opt_movein boolean <optional>
Use Move-In transition.
Source:

Extends

Summary

Members
<static> Mode :number
Enum for different animation directions.
Methods
finish()
setMode(value) → {lime.transitions.SlideIn}
Set the mode for transition. Mode defines the animation direction.
start()

Members

<static> Mode :number

Enum for different animation directions.
Properties:
Name Type Default Description
LEFT number 0
UP number 1
RIGHT number 2
DOWN number 4
Source:

Methods

finish()

Source:

setMode(value) → {lime.transitions.SlideIn}

Set the mode for transition. Mode defines the animation direction.
Parameters:
Name Type Description
value lime.transitions.SlideIn.Mode New mode.
Source:
Returns:
object itself.
Type
lime.transitions.SlideIn

start()

Source: