@motion-script/core / EaseConfig
Interface: EaseConfig
Defined in: tween/ease/constants.ts:11
Properties
amplitude?
optionalamplitude?:number
Defined in: tween/ease/constants.ts:17
Used by 'elastic' (default: 1).
overshoot?
optionalovershoot?:number
Defined in: tween/ease/constants.ts:15
Used by 'back' (default: 1.70158).
period?
optionalperiod?:number
Defined in: tween/ease/constants.ts:19
Used by 'elastic' (default: 0.3).
type?
optionaltype?:StandardEase
Defined in: tween/ease/constants.ts:13
Standard ease family (default: 'quad').