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 |