menu

Blazor

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

    Show / Hide Table of Contents

    Class ProgressButtonAnimationSettings

    Specifies the animation settings for the progress button.

    Inheritance
    System.Object
    ProgressButtonAnimationSettings
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ProgressButtonAnimationSettings : OwningComponentBase

    Constructors

    ProgressButtonAnimationSettings()

    Declaration
    public ProgressButtonAnimationSettings()

    Properties

    Duration

    Gets or sets a value that indicates the duration of the animation done in the progress button.

    Declaration
    public double Duration { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts a double value to set the duration of the animation of progress button. The default value is 400.

    Easing

    Gets or sets a value that indicates the animation timing function of the progress button component.

    Declaration
    public string Easing { get; set; }
    Property Value
    Type Description
    System.String

    true, if the progress UI is enabled. The default value is false.

    Effect

    Gets or sets the animation effect of the progress button component.

    Declaration
    public AnimationEffect Effect { get; set; }
    Property Value
    Type Description
    AnimationEffect

    One of the AnimationEffect enumeration. The default value is None

    Remarks

    If the AnimationEffect is SlideLeft, the content will be moved with slide left animation. If the AnimationEffect is SlideRight, the content will be moved with slide right animation. If the AnimationEffect is SlideUp, the content will be moved with slide up animation. If the AnimationEffect is SlideDown, the content will be moved with slide down animation. If the AnimationEffect is ZoomIn, the content will be moved with zoom in animation. If the AnimationEffect is ZoomOut, the content will be moved with zoom out animation

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved