Class IgbGridAnimationPhaseSettings
This class is used to group the settings to define an animation phase.
Inheritance
System.Object
IgbGridAnimationPhaseSettings
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridAnimationPhaseSettings : BaseRendererElement, JsonSerializable
Constructors
IgbGridAnimationPhaseSettings()
Declaration
public IgbGridAnimationPhaseSettings()
Properties
DesiredSubItemDurationMilliseconds
The desired amount of time each item animating should take, in milliseconds
Declaration
public int DesiredSubItemDurationMilliseconds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
DurationMilliseconds
The duration of an animation, in milliseconds
Declaration
public int DurationMilliseconds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
EasingFunctionType
Configures the Easing function used to animate the individual items
Declaration
public GridEasingFunctionType EasingFunctionType { get; set; }
Property Value
HoldInitialMilliseconds
The amount of time to delay an animation, in milliseconds.
Declaration
public int HoldInitialMilliseconds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PerItemDelayMilliseconds
The amount of time to delay each item animating, in milliseconds
Declaration
public int PerItemDelayMilliseconds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ShouldItemsFinishSimultaneously
Configures whether all items animating should finish simultaneously
Declaration
public bool ShouldItemsFinishSimultaneously { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SubItemDurationMilliseconds
The amount of time each item animating should take, in milliseconds
Declaration
public int SubItemDurationMilliseconds { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements