Interface: AnimatedBoundaryOptions
Defined in: animation/changing/index.ts:266
Options for AnimatedBoundary
Properties
buff?
optionalbuff:number
Defined in: animation/changing/index.ts:276
Buffer around the mobject. Default: 0.1
colors?
optionalcolors:string[]
Defined in: animation/changing/index.ts:268
Colors to cycle through for the dashes. Default: [BLUE, YELLOW]
cycleRate?
optionalcycleRate:number
Defined in: animation/changing/index.ts:274
Animation speed (cycles per second). Default: 1
dashWidth?
optionaldashWidth:number
Defined in: animation/changing/index.ts:272
Width of the dashes. Default: 3
numDashes?
optionalnumDashes:number
Defined in: animation/changing/index.ts:270
Number of dashes around the boundary. Default: 30