Interface: FullScreenFadeRectangleOptions
Defined in: mobjects/frame/index.ts:223
Options for creating a FullScreenFadeRectangle
Extends
Omit<FullScreenRectangleOptions,"fillOpacity">
Properties
center?
optionalcenter:Vector3Tuple
Defined in: mobjects/frame/index.ts:117
Center position. Default: [0, 0, 0]
Inherited from
FullScreenRectangleOptions.center
color?
optionalcolor:string
Defined in: mobjects/frame/index.ts:105
Fill color. Default: BLACK (#000000)
Inherited from
FullScreenRectangleOptions.color
frameHeight?
optionalframeHeight:number
Defined in: mobjects/frame/index.ts:115
Frame height in world units. Default: DEFAULT_FRAME_HEIGHT (8)
Inherited from
FullScreenRectangleOptions.frameHeight
frameWidth?
optionalframeWidth:number
Defined in: mobjects/frame/index.ts:113
Frame width in world units. Default: DEFAULT_FRAME_WIDTH (14.222)
Inherited from
FullScreenRectangleOptions.frameWidth
opacity?
optionalopacity:number
Defined in: mobjects/frame/index.ts:228
Initial opacity for the fade. Default: 0 (invisible)
strokeColor?
optionalstrokeColor:string
Defined in: mobjects/frame/index.ts:111
Stroke color. Default: same as fill color
Inherited from
FullScreenRectangleOptions.strokeColor
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/frame/index.ts:109
Stroke width in pixels. Default: 0 (no stroke)