Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationEffect

    Show / Hide Table of Contents

    Class AnimationEffect

    Defines the animation effect of progress button.

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

    Fields

    None

    No effect.

    Declaration
    public const AnimationEffect None
    Field Value
    Type Description
    AnimationEffect

    SlideDown

    To set the slide down effect.

    Declaration
    public const AnimationEffect SlideDown
    Field Value
    Type Description
    AnimationEffect

    SlideLeft

    To set the slide left effect.

    Declaration
    public const AnimationEffect SlideLeft
    Field Value
    Type Description
    AnimationEffect

    SlideRight

    To set the slide right effect.

    Declaration
    public const AnimationEffect SlideRight
    Field Value
    Type Description
    AnimationEffect

    SlideUp

    To set the slide up effect.

    Declaration
    public const AnimationEffect SlideUp
    Field Value
    Type Description
    AnimationEffect

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ZoomIn

    To set the zoom in effect.

    Declaration
    public const AnimationEffect ZoomIn
    Field Value
    Type Description
    AnimationEffect

    ZoomOut

    To set the zoom out effect.

    Declaration
    public const AnimationEffect ZoomOut
    Field Value
    Type Description
    AnimationEffect
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved