Enum AlphaFunction.BuiltinFunctions

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

This specifies the various types of built-in alpha functions available for animations.

C#
Copy
public enum AlphaFunction.BuiltinFunctions
Name Description
Bounce

Sudden start, loses momentum and returns to start position.

Count

The count of the BuiltinFunctions enum.

Default

Default alpha function. Linear alpha function.

EaseIn

Speeds up and comes to a sudden stop (cubic).

EaseInOut

Speeds up and slows to a gradual stop (cubic).

EaseInOutSine

Speeds up and slows to a gradual stop (sinusoidal).

EaseInSine

Speeds up and comes to a sudden stop (sinusoidal).

EaseInSquare

Speeds up and comes to a sudden stop (square).

EaseOut

Sudden start and slows to a gradual stop (cubic).

EaseOutBack

Sudden start, exceed end position and return to a gradual stop.

EaseOutSine

Sudden start and slows to a gradual stop (sinusoidal).

EaseOutSquare

Sudden start and slows to a gradual stop (square).

Linear

Linear alpha function. (No transformation)

Reverse

Reverse linear alpha function.

Sin

Single revolution.