SlideEffect
Inherits: Effect
Properties
| Type | Name | Default |
|---|---|---|
| Control | target | get_parent() |
| float | slide_speed | 0.1 |
| int | margin | 20 |
| String | direction | "right" |
| Tween | tween | |
| String | slide_out_signal |
Methods
| Returns | Signature |
|---|---|
| void | slide_in() |
| void | slide_out() |
Property Descriptions
target
Control target = get_parent()
The target node to slide
slide_speed
float slide_speed = 0.1
Time in seconds to complete the slide effect
margin
int margin = 20
Margin in pixels to start from
direction
String direction = "right"
Direction to slide into view from.
tween
Tween tween
Note
There is currently no description for this property. Please help us by contributing one!
slide_out_signal
String slide_out_signal
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
slide_in()
void slide_in()
Note
There is currently no description for this method. Please help us by contributing one!
slide_out()
void slide_out()
Note
There is currently no description for this method. Please help us by contributing one!