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. |