alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SpeedDialAnimationEffect

    Controls the animation effect applied when the speed dial items open and close.

    Namespace: Syncfusion.Blazor.Buttons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SpeedDialAnimationEffect
    Remarks

    This enumeration allows you to select a specific animation, such as fade, slide, flip, or zoom, to be used in visual transitions when displaying or hiding speed dial action items.

    Examples
    <SfSpeedDial AnimationEffect="SpeedDialAnimationEffect.FadeZoom" />

    Fields

    Name Description
    Fade

    Applies the Fade animation effect during open/close transitions.

    FadeZoom

    Applies the FadeZoom animation effect during open/close transitions.

    FlipLeftDown

    Applies the FlipLeftDown animation effect during open/close transitions.

    FlipLeftUp

    Applies the FlipLeftUp animation effect during open/close transitions.

    FlipRightDown

    Applies the FlipRightDown animation effect during open/close transitions.

    FlipRightUp

    Applies the FlipRightUp animation effect during open/close transitions.

    FlipXDown

    Applies the FlipXDown animation effect during open/close transitions.

    FlipXUp

    Applies the FlipXUp animation effect during open/close transitions.

    FlipYLeft

    Applies the FlipYLeft animation effect during open/close transitions.

    FlipYRight

    Applies the FlipYRight animation effect during open/close transitions.

    None

    No animation effect is applied when opening or closing speed dial action items.

    SlideBottom

    Applies the SlideBottom animation effect during open/close transitions.

    SlideLeft

    Applies the SlideLeft animation effect during open/close transitions.

    SlideRight

    Applies the SlideRight animation effect during open/close transitions.

    SlideTop

    Applies the SlideTop animation effect during open/close transitions.

    Zoom

    Applies the Zoom animation effect during open/close transitions.

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