Skip to main content

Interface: TransformMatchingTexOptions

Defined in: animation/transform/TransformMatching.ts:379

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


fadeRatio?

optional fadeRatio: number

Defined in: animation/transform/TransformMatching.ts:383

Fade duration as fraction of total duration (0-0.5). Default: 0.25


keyFunc()?

optional keyFunc: (vmobject) => string

Defined in: animation/transform/TransformMatching.ts:381

Key function to extract identifier for matching. Default uses LaTeX string comparison

Parameters

vmobject

VMobject

Returns

string


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


transformMismatches?

optional transformMismatches: boolean

Defined in: animation/transform/TransformMatching.ts:385

Transform unmatched parts (true) or fade them (false). Default: false