Enum ListViewEffect
An enum type that denotes the animation effects of the ListView. Available options are as follows None, SlideLeft, SlideDown, Zoom, Fade.
Namespace: Syncfusion.Blazor.Lists
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ListViewEffect
Fields
| Name | Description |
|---|---|
| Fade | Navigation of the nested list item occurs with a fading animation effect. |
| None | Navigation of the nested list item occurs with out any animation effect. |
| SlideDown | Navigation of the nested list item occurs with a slide down animation effect. |
| SlideLeft | Navigation of the nested list item occurs with a slide left animation effect. |
| Zoom | Navigation of the nested list item occurs with a zooming animation effect. |