Gjsify LogoGjsify Logo

Describes the available easing functions for use with [classTimedAnimation].

New values may be added to this enumeration over time.

Index

Enumeration Members

EASE_IN_BACK: number

Overshooting cubic tweening, with backtracking on start.

EASE_IN_BOUNCE: number

Exponentially decaying parabolic (bounce) tweening, on start.

EASE_IN_CIRC: number

Circular tweening.

EASE_IN_CUBIC: number

Cubic tweening.

EASE_IN_ELASTIC: number

Elastic tweening, with offshoot on start.

EASE_IN_EXPO: number

Exponential tweening.

EASE_IN_OUT_BACK: number

Overshooting cubic tweening, with backtracking on both ends, combining ADW_EASE_IN_BACK and ADW_EASE_OUT_BACK.

EASE_IN_OUT_BOUNCE: number

Exponentially decaying parabolic (bounce) tweening, with bounce on both ends, combining ADW_EASE_IN_BOUNCE and ADW_EASE_OUT_BOUNCE.

EASE_IN_OUT_CIRC: number

Circular tweening, combining ADW_EASE_IN_CIRC and ADW_EASE_OUT_CIRC.

EASE_IN_OUT_CUBIC: number

Cubic tweening, combining ADW_EASE_IN_CUBIC and ADW_EASE_OUT_CUBIC.

EASE_IN_OUT_ELASTIC: number

Elastic tweening, with offshoot on both ends, combining ADW_EASE_IN_ELASTIC and ADW_EASE_OUT_ELASTIC.

EASE_IN_OUT_EXPO: number

Exponential tweening, combining ADW_EASE_IN_EXPO and ADW_EASE_OUT_EXPO.

EASE_IN_OUT_QUAD: number

Quadratic tweening, combining ADW_EASE_IN_QUAD and ADW_EASE_OUT_QUAD.

EASE_IN_OUT_QUART: number

Quartic tweening, combining ADW_EASE_IN_QUART and ADW_EASE_OUT_QUART.

EASE_IN_OUT_QUINT: number

Quintic tweening, combining ADW_EASE_IN_QUINT and ADW_EASE_OUT_QUINT.

EASE_IN_OUT_SINE: number

Sine wave tweening, combining ADW_EASE_IN_SINE and ADW_EASE_OUT_SINE.

EASE_IN_QUAD: number

Quadratic tweening.

EASE_IN_QUART: number

Quartic tweening.

EASE_IN_QUINT: number

Quintic tweening.

EASE_IN_SINE: number

Sine wave tweening.

EASE_OUT_BACK: number

Overshooting cubic tweening, with backtracking on end, inverse of ADW_EASE_IN_BACK.

EASE_OUT_BOUNCE: number

Exponentially decaying parabolic (bounce) tweening, with bounce on end, inverse of ADW_EASE_IN_BOUNCE.

EASE_OUT_CIRC: number

Circular tweening, inverse of ADW_EASE_IN_CIRC.

EASE_OUT_CUBIC: number

Cubic tweening, inverse of ADW_EASE_IN_CUBIC.

EASE_OUT_ELASTIC: number

Elastic tweening, with offshoot on end, inverse of ADW_EASE_IN_ELASTIC.

EASE_OUT_EXPO: number

Exponential tweening, inverse of ADW_EASE_IN_EXPO.

EASE_OUT_QUAD: number

Quadratic tweening, inverse of ADW_EASE_IN_QUAD.

EASE_OUT_QUART: number

Quartic tweening, inverse of ADW_EASE_IN_QUART.

EASE_OUT_QUINT: number

Quintic tweening, inverse of ADW_EASE_IN_QUINT.

EASE_OUT_SINE: number

Sine wave tweening, inverse of ADW_EASE_IN_SINE.

LINEAR: number

Linear tweening.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method