Fade
Triggers a screen fade effect
Command Name: fade
| fade_await
Require Target: False
Parameters
Parameter
Type
Required
Default
Valid Values
Description
type*
string
–
in
, out
The type of fade - "in" (from transparent to opaque) or "out" (from opaque to transparent).
fadeDuration*
number
-
value ≥ 0
Duration of the fade effect in seconds. Must be positive.
Examples
Show Fade In
<<fade in 0.75>>
Show Fade Out
<<fade out 0.75>>
Last updated