Enum Animation.Interpolation

    Definition

    Namespace:
    Tizen.NUI
    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)

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX