Class SpeedDialAnimationEffect
Defines the animation effect applied when open and close the speed dial items.
Inheritance
Namespace: Syncfusion.EJ2.Buttons
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class SpeedDialAnimationEffect : Enum
  Fields
Fade
SpeedDial open/close actions occur with the Fade animation effect.
Declaration
public const SpeedDialAnimationEffect Fade
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FadeZoom
SpeedDial open/close actions occur with the FadeZoom animation effect.
Declaration
public const SpeedDialAnimationEffect FadeZoom
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipLeftDown
SpeedDial open/close actions occur with the FlipLeftDown animation effect.
Declaration
public const SpeedDialAnimationEffect FlipLeftDown
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipLeftUp
SpeedDial open/close actions occur with the FlipLeftUp animation effect.
Declaration
public const SpeedDialAnimationEffect FlipLeftUp
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipRightDown
SpeedDial open/close actions occur with the FlipRightDown animation effect.
Declaration
public const SpeedDialAnimationEffect FlipRightDown
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipRightUp
SpeedDial open/close actions occur with the FlipRightUp animation effect.
Declaration
public const SpeedDialAnimationEffect FlipRightUp
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipXDown
SpeedDial open/close actions occur with the FlipXDown animation effect.
Declaration
public const SpeedDialAnimationEffect FlipXDown
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipXUp
SpeedDial open/close actions occur with the FlipXUp animation effect.
Declaration
public const SpeedDialAnimationEffect FlipXUp
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipYLeft
SpeedDial open/close actions occur with the FlipYLeft animation effect.
Declaration
public const SpeedDialAnimationEffect FlipYLeft
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
FlipYRight
SpeedDial open/close actions occur with the FlipYRight animation effect.
Declaration
public const SpeedDialAnimationEffect FlipYRight
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
None
SpeedDial open/close actions occur without any animation effect.
Declaration
public const SpeedDialAnimationEffect None
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
SlideBottom
SpeedDial open/close actions occur with the SlideBottom animation effect.
Declaration
public const SpeedDialAnimationEffect SlideBottom
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
SlideLeft
SpeedDial open/close actions occur with the SlideLeft animation effect.
Declaration
public const SpeedDialAnimationEffect SlideLeft
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
SlideRight
SpeedDial open/close actions occur with the SlideRight animation effect.
Declaration
public const SpeedDialAnimationEffect SlideRight
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
SlideTop
SpeedDial open/close actions occur with the SlideTop animation effect.
Declaration
public const SpeedDialAnimationEffect SlideTop
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect | 
Zoom
SpeedDial open/close actions occur with the Zoom animation effect.
Declaration
public const SpeedDialAnimationEffect Zoom
  Field Value
| Type | 
|---|
| SpeedDialAnimationEffect |