User Tools

Site Tools


fade_in

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_in [2017/04/13 16:42] justinfade_in [2021/04/21 18:29] (current) justin
Line 2: Line 2:
 ---- ----
  
-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 called.+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:====
 <code python> <code python>
 fade_in(duration) fade_in(duration)
Line 9: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|duration|Length of the fade (in seconds).|[[Decimal]]|Yes|+|duration|Length of the fade (in seconds).|[[Number]]|Yes|
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-fade_in(1)+fade_in(1);
 </code> </code>
 //Results:// The screen fades back into view over a duration of one second. //Results:// The screen fades back into view over a duration of one second.
fade_in.1492126935.txt.gz · Last modified: 2017/04/13 16:42 by justin