Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A node for covering and uncovering the screen with a fading effect.Created for Godot 4
Fade Transition
A node for covering and uncovering the screen with a fading effect. Created for Godot 4.
Usage
Covering the screen
- Instantiate a
FadeTransitionnode in your scene - Call the
cover()function on theFadeTransition
Uncovering the screen
- Instantiate a
FadeTransitionnode in your scene - Call the
uncover()function on theFadeTransition
Signals
The FadeTransition node will emit cover_done and uncover_done signals when its cover() and uncover() methods are finished respectively.
FAQ
Why do you use terms like "cover" and "uncover"
I keep confusing myself when I think if "fading out" means the screen is fading out (to black) or the screen cover is fading out (to transparency).
A node for covering and uncovering the screen with a fading effect.
Created for Godot 4
Reviews
Quick Information
A node for covering and uncovering the screen with a fading effect.Created for Godot 4