Library Blazor Namespaces Bergsoft.UI Enumerations InteractionEffect

InteractionEffect

Enumeration suitable for using on user interactions.

cs
public enum InteractionEffect
{        
    None,
    Bounce,
    FadeIn,
    Saturation,
    Scale
}

Sign in