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 |
---|
CarouselAnimationEffect |
Fade
Applies fade animation effect on slide transitions.
Declaration
public const CarouselAnimationEffect Fade
Field Value
Type |
---|
CarouselAnimationEffect |
None
Applies no animation effect on slide transitions.
Declaration
public const CarouselAnimationEffect None
Field Value
Type |
---|
CarouselAnimationEffect |
Slide
Applies slide animation effect on slide transitions.
Declaration
public const CarouselAnimationEffect Slide
Field Value
Type |
---|
CarouselAnimationEffect |