Difference between revisions of "Fadein (call target)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Call|id=0x00b8|return=|name=fadein|args=int time|act=}}Performs fadein from current [[Fadecolor (call target)|color]] over <code>time</code>. '''One unit of time equals 100ms'''. | {{Call|id=0x00b8|return=|name=fadein|args=int time|act=}}Performs fadein from current [[Fadecolor (call target)|color]] over <code>time</code>. '''One unit of time equals 100ms'''. | ||
+ | |||
+ | Call is asynchronous and needs either [[Fadesync (call target)|fadesync]] or [[Wait (call target)|wait]] to synchronize. |