Skip to main content

Interface: BroadcastOptions

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

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


finalOpacity?

optional finalOpacity: number

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

Ending opacity of copies. Default: 0


focalPoint?

optional focalPoint: [number, number, number]

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

Center of the broadcast effect. Default: ORIGIN [0,0,0]


initialOpacity?

optional initialOpacity: number

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

Starting opacity of copies. Default: 1


initialWidth?

optional initialWidth: number

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

Starting width of copies. Default: 0.0


lagRatio?

optional lagRatio: number

Defined in: animation/utility/index.ts:278

Time offset between copies (0-1). Default: 0.2


nMobs?

optional nMobs: number

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

Number of mobject copies that emerge. Default: 5


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

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

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift