This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fade_out [2018/03/16 09:44] – justin | fade_out [2021/04/21 18:30] (current) – justin | ||
|---|---|---|---|
| Line 10: | 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: | ||
| - | < | + | < |
| - | fade_out(1) | + | fade_out(1); |
| </ | </ | ||
| // | // | ||