menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationEffect - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnimationEffect

    Defines the animation effects for the Progress Button.

    Inheritance
    System.Object
    AnimationEffect
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AnimationEffect : Enum
    Remarks

    This enumeration allows you to specify a visual effect that occurs during the button's progress state.

    Fields

    None

    Specifies that no animation effect will be applied.

    Declaration
    public const AnimationEffect None
    Field Value
    Type
    AnimationEffect
    Remarks

    The button's appearance will not change during the progress state.

    SlideDown

    Applies a slide-down animation effect.

    Declaration
    public const AnimationEffect SlideDown
    Field Value
    Type
    AnimationEffect
    Remarks

    The button's content will slide downward during the progress animation.

    SlideLeft

    Applies a slide-left animation effect.

    Declaration
    public const AnimationEffect SlideLeft
    Field Value
    Type
    AnimationEffect
    Remarks

    The button's content will slide to the left during the progress animation.

    SlideRight

    Applies a slide-right animation effect.

    Declaration
    public const AnimationEffect SlideRight
    Field Value
    Type
    AnimationEffect
    Remarks

    The button's content will slide to the right during the progress animation.

    SlideUp

    Applies a slide-up animation effect.

    Declaration
    public const AnimationEffect SlideUp
    Field Value
    Type
    AnimationEffect
    Remarks

    The button's content will slide upward during the progress animation.

    ZoomIn

    Applies a zoom-in animation effect.

    Declaration
    public const AnimationEffect ZoomIn
    Field Value
    Type
    AnimationEffect
    Remarks

    The button's content will zoom in during the progress animation.

    ZoomOut

    Applies a zoom-out animation effect.

    Declaration
    public const AnimationEffect ZoomOut
    Field Value
    Type
    AnimationEffect
    Remarks

    The button's content will zoom out during the progress animation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved