MotionScript

@motion-script/core


@motion-script/core / EaseConfig

Interface: EaseConfig

Defined in: tween/ease/constants.ts:11

Properties

amplitude?

optional amplitude?: number

Defined in: tween/ease/constants.ts:17

Used by 'elastic' (default: 1).


overshoot?

optional overshoot?: number

Defined in: tween/ease/constants.ts:15

Used by 'back' (default: 1.70158).


period?

optional period?: number

Defined in: tween/ease/constants.ts:19

Used by 'elastic' (default: 0.3).


type?

optional type?: StandardEase

Defined in: tween/ease/constants.ts:13

Standard ease family (default: 'quad').