menu

Blazor

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

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