======Fade In======
----
Fades back into the scene over the specified duration of time (in seconds). This function would typically be called at some point after [[fade_out|Fade Out]] is used.
====Signature:====
fade_in(duration)
^Argument^Description^Type^Required^
|duration|Length of the fade (in seconds).|[[Number]]|Yes|
====Example:====
fade_in(1);
//Results:// The screen fades back into view over a duration of one second.
Use the **Fade Out** and **Fade In** functions to transition between segments of a cutscene or as a way to hide visual modifications to the scene (e.g. removing a character or object).
----
====Editor Node:====
{{:wiki:fade_in_node.png?nolink|}}
====Visual Demo:====
{{:wiki:fade_out_demo.gif?nolink|}}
~~NOTOC~~