Enumeration (GI Enum)

Adw-1AdwEasing

Describes the available easing functions for use with TimedAnimation.

New values may be added to this enumeration over time.

Index

Enumeration Members

EASE: number

Cubic bezier tweening, with control points in (0.25, 0.1) and (0.25, 1.0).

Increases in velocity towards the middle of the animation, slowing back down at the end.

EASE_IN: number

Cubic bezier tweening, with control points in (0.42, 0.0) and (1.0, 1.0).

Starts off slowly, with the speed of the animation increasing until complete.

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: number

Cubic bezier tweening, with control points in (0.42, 0.0) and (0.58, 1.0).

Starts off slowly, speeds up in the middle, and then slows down again.

EASE_IN_OUT_BACK: number

Overshooting cubic tweening, with backtracking on both ends, combining -IN-BACK and -OUT-BACK.

EASE_IN_OUT_BOUNCE: number

Exponentially decaying parabolic (bounce) tweening, with bounce on both ends, combining -IN-BOUNCE and -OUT-BOUNCE.

EASE_IN_OUT_CIRC: number

Circular tweening, combining -IN-CIRC and -OUT-CIRC.

EASE_IN_OUT_CUBIC: number

Cubic tweening, combining -IN-CUBIC and -OUT-CUBIC.

EASE_IN_OUT_ELASTIC: number

Elastic tweening, with offshoot on both ends, combining -IN-ELASTIC and -OUT-ELASTIC.

EASE_IN_OUT_EXPO: number

Exponential tweening, combining -IN-EXPO and -OUT-EXPO.

EASE_IN_OUT_QUAD: number

Quadratic tweening, combining -IN-QUAD and -OUT-QUAD.

EASE_IN_OUT_QUART: number

Quartic tweening, combining -IN-QUART and -OUT-QUART.

EASE_IN_OUT_QUINT: number

Quintic tweening, combining -IN-QUINT and -OUT-QUINT.

EASE_IN_OUT_SINE: number

Sine wave tweening, combining -IN-SINE and -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: number

Cubic bezier tweening, with control points in (0.0, 0.0) and (0.58, 1.0).

Starts quickly, slowing down the animation until complete.

EASE_OUT_BACK: number

Overshooting cubic tweening, with backtracking on end, inverse of -IN-BACK.

EASE_OUT_BOUNCE: number

Exponentially decaying parabolic (bounce) tweening, with bounce on end, inverse of -IN-BOUNCE.

EASE_OUT_CIRC: number

Circular tweening, inverse of -IN-CIRC.

EASE_OUT_CUBIC: number

Cubic tweening, inverse of -IN-CUBIC.

EASE_OUT_ELASTIC: number

Elastic tweening, with offshoot on end, inverse of -IN-ELASTIC.

EASE_OUT_EXPO: number

Exponential tweening, inverse of -IN-EXPO.

EASE_OUT_QUAD: number

Quadratic tweening, inverse of -IN-QUAD.

EASE_OUT_QUART: number

Quartic tweening, inverse of -IN-QUART.

EASE_OUT_QUINT: number

Quintic tweening, inverse of -IN-QUINT.

EASE_OUT_SINE: number

Sine wave tweening, inverse of -IN-SINE.

LINEAR: number

Linear tweening.