Interface: TransformMatchingTexOptions
Defined in: animation/transform/TransformMatching.ts:379
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
fadeRatio?
optionalfadeRatio:number
Defined in: animation/transform/TransformMatching.ts:383
Fade duration as fraction of total duration (0-0.5). Default: 0.25
keyFunc()?
optionalkeyFunc: (vmobject) =>string
Defined in: animation/transform/TransformMatching.ts:381
Key function to extract identifier for matching. Default uses LaTeX string comparison
Parameters
vmobject
Returns
string
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations
Inherited from
transformMismatches?
optionaltransformMismatches:boolean
Defined in: animation/transform/TransformMatching.ts:385
Transform unmatched parts (true) or fade them (false). Default: false