Show / Hide Table of Contents

enum Ease

Standard easing functions.

Syntax
public enum Ease

Fields

Name Description
BackIn

Easing function that backs off before continuing.

BackInOut

Easing function that backs off before continuing and overshoots the end.

BackOut

Easing function that overshoots the end.

BounceIn

Easing function with a bounce in and out.

BounceInOut

Easing function with a bounce in and out.

BounceOut

Easing function with a bounce in and out.

CircIn

Easing function with a circular ease in.

CircInOut

Easing function with a circular ease in and out.

CircOut

Easing function with a circular out.

CubicIn

Easing function with a cubic ease in.

CubicInOut

Easing function with a cubic ease in and out.

CubicOut

Easing function with a cubic ease out.

ElasticIn

Easing function with an elastic ease in.

ElasticInOut

Easing function with an elastic ease in and out.

ElasticOut

Easing function with an elastic ease out.

ExpoIn

Easing function with a exponential ease in.

ExpoInOut

Easing function with a exponential ease in and out.

ExpoOut

Easing function with a exponential ease out.

Linear

No ease.

QuadIn

Easing function with a quadratic ease in.

QuadInOut

Easing function with a quadratic ease in and out.

QuadOut

Easing function with a quadratic ease out.

QuartIn

Easing function with a quartic ease in.

QuartInOut

Easing function with a quartic ease in and out.

QuartOut

Easing function with a quartic ease out.

QuintIn

Easing function with a quintic ease in.

QuintInOut

Easing function with a quintic ease in and out.

QuintOut

Easing function with a quintic ease out.

SineIn

Easing function with a sine ease in.

SineInOut

Easing function with a sine ease in and out.

SineOut

Easing function with a sine ease out.

Extension Methods

EaseFuncs.ToFunc()
  • View Source
On this page
Back to top Generated by DocFX