Skip to content

Commit 038c79d

Browse files
committed
refactor: 增加 IsFade 参数
1 parent d8f3539 commit 038c79d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BootstrapBlazor/Components/Dialog/DialogOption.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ public class DialogOption
6767
/// </summary>
6868
public bool ShowHeaderCloseButton { get; set; } = true;
6969

70+
/// <summary>
71+
/// Gets or sets whether to enable fade animation, default is true
72+
/// </summary>
73+
public bool IsFade { get; set; } = true;
74+
7075
/// <summary>
7176
/// Gets or sets whether to support closing the dialog with the ESC key, default is true
7277
/// </summary>

0 commit comments

Comments
 (0)