User Tools

Site Tools


fade_out

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fade_out [2017/04/13 16:43] justinfade_out [2021/04/21 18:30] (current) justin
Line 4: Line 4:
 Fades to black over the specified duration of time (in seconds). [[fade_in|Fade In]] would typically be called at some point after this function to fade the screen back into view. Fades to black over the specified duration of time (in seconds). [[fade_in|Fade In]] would typically be called at some point after this function to fade the screen back into view.
  
 +====Signature:====
 <code python> <code python>
 fade_out(duration) fade_out(duration)
Line 9: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|duration|Length of fade (in seconds).|[[Decimal]]|Yes|+|duration|Length of fade (in seconds).|[[Number]]|Yes|
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-fade_out(1)+fade_out(1);
 </code> </code>
 //Results:// The screen fades to black over a duration of one second. //Results:// The screen fades to black over a duration of one second.
fade_out.1492126981.txt.gz · Last modified: 2017/04/13 16:43 by justin