Skip to content

Easing

easeInBack(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:8

From: https://easings.net/#easeInBack

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInBounce(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:20

From: https://easings.net/#easeInBounce

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInCirc(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:29

From: https://easings.net/#easeInCirc

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInCubic(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:38

From: https://easings.net/#easeInCubic

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInElastic(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:47

From: https://easings.net/#easeInElastic

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInExpo(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:62

From: https://easings.net/#easeInExpo

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutBack(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:71

From: https://easings.net/#easeInOutBack

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutBounce(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:87

From: https://easings.net/#easeInOutBounce

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutCirc(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:100

From: https://easings.net/#easeInOutCirc

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutCubic(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:113

From: https://easings.net/#easeInOutCubic

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutElastic(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:122

From: https://easings.net/#easeInOutElastic

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutExpo(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:140

From: https://easings.net/#easeInOutExpo

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutQuad(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:153

From: https://easings.net/#easeInOutQuad

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutQuart(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:162

From: https://easings.net/#easeInOutQuart

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutQuint(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:173

From: https://easings.net/#easeInOutQuint

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInOutSine(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:184

From: https://easings.net/#easeInOutSine

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInQuad(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:193

From: https://easings.net/#easeInQuad

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInQuart(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:202

From: https://easings.net/#easeInQuart

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInQuint(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:211

From: https://easings.net/#easeInQuint

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeInSine(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:220

From: https://easings.net/#easeInSine

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutBack(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:229

From: https://easings.net/#easeOutBack

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutBounce(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:241

From: https://easings.net/#easeInOutSine

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutCirc(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:268

From: https://easings.net/#easeOutCirc

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutCubic(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:277

From: https://easings.net/#easeOutCubic

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutElastic(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:286

From: https://easings.net/#easeOutElastic

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutExpo(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:301

From: https://easings.net/#easeOutExpo

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutQuad(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:310

From: https://easings.net/#easeOutQuad

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutQuart(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:319

From: https://easings.net/#easeOutQuart

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutQuint(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:328

From: https://easings.net/#easeOutQuint

number

A value between 0 and 1 that represents how far along you are in the transition.

number


easeOutSine(time): number

Defined in: packages/isaacscript-common/src/functions/easing.ts:337

From: https://easings.net/#easeOutSine

number

A value between 0 and 1 that represents how far along you are in the transition.

number