Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off slide animation on Mahapps.Metro Window on load?

Does any know how turn off the animation when the Mahaaps.metro WPF window loads? Everything appears to load from the right to left. How can I turn this off? I do not see any mentioned of this in the documentation.

Thanks

like image 734
Asynchronous Avatar asked Sep 29 '13 07:09

Asynchronous


1 Answers

Set WindowTransitionsEnabled="False" on the Window itself.

like image 100
ultravelocity Avatar answered Nov 15 '22 21:11

ultravelocity