Enum AlphaFunction.BuiltinFunctions
Definition
- Assembly:
- Tizen.NUI.dll
This specifies the various types of BuiltinFunctions.
public enum AlphaFunction.BuiltinFunctions
Fields
| Name | Description |
|---|---|
| Bounce | Sudden start, loses momentum and returns to start position. |
| Count | The count of the BuiltinFunctions enum. |
| Default | Linear. |
| 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 | No transformation. |
| Reverse | Reverse linear. |
| Sin | Single revolution. |