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:
- transitions/slide_move.js, line 26
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.
- Source:
- transitions/slide_move.js, line 41
Properties:
Name Type Default Description LEFTnumber 0 UPnumber 1 RIGHTnumber 2 DOWNnumber 4
Methods
-
finish()
-
- Source:
- transitions/slide_move.js, line 90
-
setMode(value) → {lime.transitions.SlideIn}
-
Set the mode for transition. Mode defines the animation direction.
Parameters:
Name Type Description valuelime.transitions.SlideIn.Mode New mode. - Source:
- transitions/slide_move.js, line 102
Returns:
object itself. -
start()
-
- Source:
- transitions/slide_move.js, line 49