disable animations wpf application wide?

后端 未结 1 1243
无人共我
无人共我 2021-01-16 00:04

Is there a way to disable all animations in a wpf application in a simple way as opposed to manually finding all animations and disabling them? Thanks!

1条回答
  •  北荒
    北荒 (楼主)
    2021-01-16 00:37

    No. It wouldn't be safe to do so anyways. Animations aren't just for making things look pretty, they often have significant impact on the UI like making things visible/hidden.

    0 讨论(0)
提交回复
热议问题