Class MudGlobal.TransitionDefaults
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Default settings for transitions in MudBlazor components.
Warning: This feature is under development and breaking changes to the API will occur between releases.
public static class MudGlobal.TransitionDefaults
- Inheritance
-
MudGlobal.TransitionDefaults
- Inherited Members
Properties
Delay
The length of time that the opening transition takes to complete.
public static TimeSpan Delay { get; set; }
Property Value
Duration
The amount of time in milliseconds to wait from opening the popover before beginning to perform the transition.
public static TimeSpan Duration { get; set; }