Skip to content

FadeEffect

Inherits: Effect

Properties

Type Name Default
Control target get_parent()
float fade_speed 0.1
Tween tween
String fade_out_signal

Methods

Returns Signature
void fade_in()
void fade_out()

Property Descriptions

target

Control target = get_parent()

The target node to fade the opacity in/out

fade_speed

float fade_speed = 0.1

Fade speed in seconds

tween

Tween tween

Note

There is currently no description for this property. Please help us by contributing one!

fade_out_signal

String fade_out_signal

Signal to connect to to trigger a fade out


Method Descriptions

fade_in()

void fade_in()

Note

There is currently no description for this method. Please help us by contributing one!

fade_out()

void fade_out()

Note

There is currently no description for this method. Please help us by contributing one!