We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f3539 commit 038c79dCopy full SHA for 038c79d
src/BootstrapBlazor/Components/Dialog/DialogOption.cs
@@ -67,6 +67,11 @@ public class DialogOption
67
/// </summary>
68
public bool ShowHeaderCloseButton { get; set; } = true;
69
70
+ /// <summary>
71
+ /// Gets or sets whether to enable fade animation, default is true
72
+ /// </summary>
73
+ public bool IsFade { get; set; } = true;
74
+
75
/// <summary>
76
/// Gets or sets whether to support closing the dialog with the ESC key, default is true
77
0 commit comments