Class CarouselAnimationEffect
Specifies the animation effect which need to be applied on transition of SfCarousel component.
Inheritance
System.Object
CarouselAnimationEffect
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CarouselAnimationEffect : Enum
Fields
Custom
Applies custom animation effect on slide transitions.
Declaration
public const CarouselAnimationEffect Custom
Field Value
Type | Description |
---|---|
CarouselAnimationEffect |
Fade
Applies fade animation effect on slide transitions.
Declaration
public const CarouselAnimationEffect Fade
Field Value
Type | Description |
---|---|
CarouselAnimationEffect |
None
Applies no animation effect on slide transitions.
Declaration
public const CarouselAnimationEffect None
Field Value
Type | Description |
---|---|
CarouselAnimationEffect |
Slide
Applies slide animation effect on slide transitions.
Declaration
public const CarouselAnimationEffect Slide
Field Value
Type | Description |
---|---|
CarouselAnimationEffect |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |