Enum Animation.Interpolation
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for what interpolation method to use on key-frame animations.
public enum Animation.Interpolation
Fields
Name | Description |
---|---|
Cubic | Values in between key frames are interpolated using a cubic polynomial. |
Linear | Values in between key frames are interpolated using a linear polynomial. (Default) |