Skip to main content

Interface: AnimatedBoundaryOptions

Defined in: animation/changing/index.ts:266

Options for AnimatedBoundary

Properties

buff?

optional buff: number

Defined in: animation/changing/index.ts:276

Buffer around the mobject. Default: 0.1


colors?

optional colors: string[]

Defined in: animation/changing/index.ts:268

Colors to cycle through for the dashes. Default: [BLUE, YELLOW]


cycleRate?

optional cycleRate: number

Defined in: animation/changing/index.ts:274

Animation speed (cycles per second). Default: 1


dashWidth?

optional dashWidth: number

Defined in: animation/changing/index.ts:272

Width of the dashes. Default: 3


numDashes?

optional numDashes: number

Defined in: animation/changing/index.ts:270

Number of dashes around the boundary. Default: 30