alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum CarouselAnimationEffect

    Specifies the animation effect which need to be applied on transition of SfCarousel component.

    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum CarouselAnimationEffect

    Fields

    Name Description
    Custom

    Applies custom animation effect on slide transitions.

    Fade

    Applies fade animation effect on slide transitions.

    None

    Applies no animation effect on slide transitions.

    Slide

    Applies slide animation effect on slide transitions.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved