Enum Animation.EndActions

    Definition

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

    Enumeration for what to do when the animation ends, stopped, or destroyed.

    public enum Animation.EndActions

    Fields

    Name Description
    Cancel

    When the animation ends, the animated property values are saved.

    Discard

    When the animation ends, the animated property values are forgotten.

    StopFinal

    If the animation is stopped, the animated property values are saved as if the animation had run to completion, otherwise behaves like cancel.

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