Fades in the currently playing music.
Name | Type | Description | Required | Default Value |
---|---|---|---|---|
Duration | Number | The amount of milliseconds it takes to fade in the music. | ✓ | 1000 |
1: FadeInMusic:[3000];
1: FinM:[-];
If you pass an empty parameter as Duration
, it will default to one second (1000 milliseconds).
The minimum value for Duration
is 10. If you use a value lower than 10, it will be considered as 10. The only exception to this is 0, which instantly unmutes the music volume.