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
Last revisionBoth sides next revision
fade_out [2017/04/13 16:43] justinfade_out [2021/04/21 18:30] 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 12: Line 13:
  
 ====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.txt · Last modified: 2021/04/21 18:30 by justin