Enumeration

BisEasing

Declaration

enum Bis.Easing

Description [src]

Describes the available easing functions for use with BisTimedAnimation.

New values may be added to this enumeration over time.

Available since:1.0

Members

Name Description
BIS_LINEAR

Linear tweening.

BIS_EASE_IN_QUAD

Quadratic tweening.

BIS_EASE_OUT_QUAD

Quadratic tweening, inverse of BIS_EASE_IN_QUAD.

BIS_EASE_IN_OUT_QUAD

Quadratic tweening, combining BIS_EASE_IN_QUAD and BIS_EASE_OUT_QUAD.

BIS_EASE_IN_CUBIC

Cubic tweening.

BIS_EASE_OUT_CUBIC

Cubic tweening, inverse of BIS_EASE_IN_CUBIC.

BIS_EASE_IN_OUT_CUBIC

Cubic tweening, combining BIS_EASE_IN_CUBIC and BIS_EASE_OUT_CUBIC.

BIS_EASE_IN_QUART

Quartic tweening.

BIS_EASE_OUT_QUART

Quartic tweening, inverse of BIS_EASE_IN_QUART.

BIS_EASE_IN_OUT_QUART

Quartic tweening, combining BIS_EASE_IN_QUART and BIS_EASE_OUT_QUART.

BIS_EASE_IN_QUINT

Quintic tweening.

BIS_EASE_OUT_QUINT

Quintic tweening, inverse of BIS_EASE_IN_QUINT.

BIS_EASE_IN_OUT_QUINT

Quintic tweening, combining BIS_EASE_IN_QUINT and BIS_EASE_OUT_QUINT.

BIS_EASE_IN_SINE

Sine wave tweening.

BIS_EASE_OUT_SINE

Sine wave tweening, inverse of BIS_EASE_IN_SINE.

BIS_EASE_IN_OUT_SINE

Sine wave tweening, combining BIS_EASE_IN_SINE and BIS_EASE_OUT_SINE.

BIS_EASE_IN_EXPO

Exponential tweening.

BIS_EASE_OUT_EXPO

Exponential tweening, inverse of BIS_EASE_IN_EXPO.

BIS_EASE_IN_OUT_EXPO

Exponential tweening, combining BIS_EASE_IN_EXPO and BIS_EASE_OUT_EXPO.

BIS_EASE_IN_CIRC

Circular tweening.

BIS_EASE_OUT_CIRC

Circular tweening, inverse of BIS_EASE_IN_CIRC.

BIS_EASE_IN_OUT_CIRC

Circular tweening, combining BIS_EASE_IN_CIRC and BIS_EASE_OUT_CIRC.

BIS_EASE_IN_ELASTIC

Elastic tweening, with offshoot on start.

BIS_EASE_OUT_ELASTIC

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

BIS_EASE_IN_OUT_ELASTIC

Elastic tweening, with offshoot on both ends, combining BIS_EASE_IN_ELASTIC and BIS_EASE_OUT_ELASTIC.

BIS_EASE_IN_BACK

Overshooting cubic tweening, with backtracking on start.

BIS_EASE_OUT_BACK

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

BIS_EASE_IN_OUT_BACK

Overshooting cubic tweening, with backtracking on both ends, combining BIS_EASE_IN_BACK and BIS_EASE_OUT_BACK.

BIS_EASE_IN_BOUNCE

Exponentially decaying parabolic (bounce) tweening, on start.

BIS_EASE_OUT_BOUNCE

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

BIS_EASE_IN_OUT_BOUNCE

Exponentially decaying parabolic (bounce) tweening, with bounce on both ends, combining BIS_EASE_IN_BOUNCE and BIS_EASE_OUT_BOUNCE.

Type functions

bis_easing_ease

Computes easing with easing for value.

Available since: 1.0