The documentation for AACS and the CodeEditor.
Fades the screen (meaning, character, foreground AND background) back in.
Name | Type | Description | Required | Default Value |
---|---|---|---|---|
Duration | Number | The amount of miliseconds it takes to fade in the scene. | ✓ | 1000 |
1: FadeInScene:[2500];
1: FinScene:[-];
If you pass an empty parameter as Duration
, it will default to one second (1000 miliseconds).
The minimum is 10 miliseconds. If you use a value lower than 10, it will be considered as 10. The only exception is 0 miliseconds, which are treated as instantly.