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