Interface: CircumscribeOptions
Defined in: animation/indication/Circumscribe.ts:18
Extends
Properties
buff?
optionalbuff:number
Defined in: animation/indication/Circumscribe.ts:24
Buffer space between mobject and shape. Default: 0.2
color?
optionalcolor:string
Defined in: animation/indication/Circumscribe.ts:22
Color of the circumscribe shape. Default: YELLOW
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
fadeOut?
optionalfadeOut:boolean
Defined in: animation/indication/Circumscribe.ts:30
Whether to fade out after drawing. Default: true
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
shape?
optionalshape:CircumscribeShape
Defined in: animation/indication/Circumscribe.ts:20
Shape to draw around the mobject. Default: 'rectangle'
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations
Inherited from
strokeWidth?
optionalstrokeWidth:number
Defined in: animation/indication/Circumscribe.ts:26
Width of the shape stroke. Default: DEFAULT_STROKE_WIDTH
timeWidth?
optionaltimeWidth:number
Defined in: animation/indication/Circumscribe.ts:28
Time proportion to draw the shape (0-1). Default: 0.3