FadeOptions
Defined in: renderer/src/transitions/fade.ts:7
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:number
Defined in: renderer/src/transitions/fade.ts:11
Fill color as a hex number. Default: 0x000000.
coverScreen?
Section titled “coverScreen?”
optionalcoverScreen?:boolean
Defined in: renderer/src/transitions/fade.ts:17
When true, the overlay covers the full canvas including
letterbox / expand bars. When false (default), it covers only the
virtual play area — bars stay visible during the dip.
duration?
Section titled “duration?”
optionalduration?:number
Defined in: renderer/src/transitions/fade.ts:9
Fade duration in ms. Default: 300.