Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnimationSettings

    An interface that holds animation settings.

    Inheritance
    System.Object
    AnimationSettings
    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AnimationSettings : Object

    Constructors

    AnimationSettings()

    Declaration
    public AnimationSettings()

    Properties

    Duration

    It is used to specify the time duration of transform object.

    Declaration
    public double Duration { get; set; }
    Property Value
    Type Description
    System.Double

    Easing

    It is used to specify the easing effect applied while transform

    Declaration
    public string Easing { get; set; }
    Property Value
    Type Description
    System.String

    Effect

    It is used to specify the effect which is shown in sub list transform.

    Declaration
    public ListViewEffect Effect { get; set; }
    Property Value
    Type Description
    ListViewEffect
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved