AvaloniaUtils / DialogHost.Avalonia

AvaloniaUI control that provides a simple way to display a dialog with information or prompt the user when information is needed
MIT License
270 stars 16 forks source link

Allow disabling content cover animations #56

Closed SKProCH closed 5 months ago

SKProCH commented 5 months ago

Same as #55, but for avalonia 11.1

Content cover animations can be disabled by specifying the disable-content-cover-animations class on DialogHost like this:

<dialogHostAvalonia:DialogHost Classes="disable-content-cover-animations">