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

Disable content cover animations #55

Closed SKProCH closed 6 days ago

SKProCH commented 6 days ago

Fixes the @bearyung issue in #51

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">