Skip to content

Commit 7e9cc74

Browse files
committed
Update SDK, pipelines and bump version
1 parent 8f1b4cc commit 7e9cc74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DialogHost.Avalonia/DialogHost.axaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
<Style Selector="Rectangle#PART_ContentCover[Opacity=0]">
4848
<Setter Property="IsVisible" Value="False" />
4949
</Style>
50+
<Style Selector="Rectangle#PART_ContentCover:not(.notransitions)">
51+
<Setter Property="Transitions">
52+
<Transitions>
53+
<DoubleTransition Property="Opacity" Easing="LinearEasing" Duration="0.3" />
54+
</Transitions>
55+
</Setter>
56+
</Style>
5057
</Rectangle.Styles>
5158
</Rectangle>
5259
</Grid>

0 commit comments

Comments
 (0)