Enum AlphaFunctionSpringType

    Definition

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

    Enumeration for predefined spring animation types. This presets are based on typical spring behavior tuned for different motion effects.

    public enum AlphaFunctionSpringType

    Fields

    Name Description
    Bouncy

    Bouncy spring. Highly elastic and oscillatory animation.

    Gentle

    Gentle spring. slower and smoother motion with less oscillation.

    Quick

    Quick spring, Fast settling animation with minimal overshoot.

    Slow

    Slow spring. Smooth and relaxed motion with longer settling.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<AlphaFunctionSpringType>(AlphaFunctionSpringType, string)
    Extensions.LoadFromXaml<AlphaFunctionSpringType>(AlphaFunctionSpringType, string)
    Extensions.LoadFromXaml<AlphaFunctionSpringType>(AlphaFunctionSpringType, Type)
    Extensions.LoadFromXamlFile<AlphaFunctionSpringType>(AlphaFunctionSpringType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX