Skip to main content

Interface: CircumscribeOptions

Defined in: animation/indication/Circumscribe.ts:18

Extends

Properties

buff?

optional buff: number

Defined in: animation/indication/Circumscribe.ts:24

Buffer space between mobject and shape. Default: 0.2


color?

optional color: string

Defined in: animation/indication/Circumscribe.ts:22

Color of the circumscribe shape. Default: YELLOW


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


fadeOut?

optional fadeOut: boolean

Defined in: animation/indication/Circumscribe.ts:30

Whether to fade out after drawing. Default: true


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

Rate function controlling the animation's pacing (default: smooth)

Inherited from

AnimationOptions.rateFunc


shape?

optional shape: CircumscribeShape

Defined in: animation/indication/Circumscribe.ts:20

Shape to draw around the mobject. Default: 'rectangle'


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift


strokeWidth?

optional strokeWidth: number

Defined in: animation/indication/Circumscribe.ts:26

Width of the shape stroke. Default: DEFAULT_STROKE_WIDTH


timeWidth?

optional timeWidth: number

Defined in: animation/indication/Circumscribe.ts:28

Time proportion to draw the shape (0-1). Default: 0.3