menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CarouselAnimationEffect - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved