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
228 stars 15 forks source link

Allow disabling content cover animations #56

Closed SKProCH closed 6 days ago

SKProCH commented 6 days 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">