Skip to main content

Interface: AnimatedBoundaryOptions

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

Options for AnimatedBoundary

Properties

buff?

optional buff: number

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

Buffer around the mobject. Default: 0.1


colors?

optional colors: string[]

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

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


cycleRate?

optional cycleRate: number

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

Animation speed (cycles per second). Default: 1


dashWidth?

optional dashWidth: number

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

Width of the dashes. Default: 3


numDashes?

optional numDashes: number

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

Number of dashes around the boundary. Default: 30