Interface: ApplyMethodOptions
Defined in: animation/transform/ApplyTransforms.ts:212
Extends
Properties
args?
optionalargs:unknown[]
Defined in: animation/transform/ApplyTransforms.ts:216
Arguments to pass to the method
duration?
optionalduration:number
Defined in: animation/Animation.ts:16
Duration of the animation in seconds (default: 1)
Inherited from
methodName
methodName:
string
Defined in: animation/transform/ApplyTransforms.ts:214
Method name to call on the mobject
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:18
Rate function controlling the animation's pacing (default: smooth)
Inherited from
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:20
Shift direction for fade animations