Interface: ChangeSpeedOptions
Defined in: animation/speed/index.ts:18
Properties
rateFunc()?
optionalrateFunc: (t) =>number
Defined in: animation/speed/index.ts:20
Rate function applied to the overall animation progress (default: linear)
Parameters
t
number
Returns
number