Interface: ChangingDecimalOptions
Defined in: animation/numbers/index.ts:14
Options for ChangingDecimal animation
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
endValue
endValue:
number
Defined in: animation/numbers/index.ts:18
Ending value (required)
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
startValue?
optionalstartValue:number
Defined in: animation/numbers/index.ts:16
Starting value (default: current DecimalNumber value)
suspendMobjectUpdating?
optionalsuspendMobjectUpdating:boolean
Defined in: animation/numbers/index.ts:20
Whether to suspend updating the DecimalNumber display during animation (default: false)