wpf
wpf copied to clipboard
Make `AnimationType` public
System.Windows.Media.Animation.AnimationType can be public without any problem. And that avoid implementators to create a new enum type for the same thing in custom animations.
It is also an implementation detail for performance optimization, what would be the benefit of 3rd party animations using the same type used internally (as opposed to defining their own)?