Interface: TransformMatchingShapesOptions
Defined in: animation/transform/TransformMatching.ts:128
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:134
Fade duration as fraction of total duration (0-0.5). Default: 0.25
keyFunc()?
optionalkeyFunc: (vmobject) =>string
Defined in: animation/transform/TransformMatching.ts:132
Key function to extract identifier for matching. If provided, uses this instead of shape similarity
Parameters
vmobject
Returns
string
matchThreshold?
optionalmatchThreshold:number
Defined in: animation/transform/TransformMatching.ts:130
Minimum similarity threshold for matching (0-1). Default: 0.5
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