Skip to content

Make AnimationType public #10716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
DrkWzrd opened this issue Apr 7, 2025 · 1 comment
Open

Make AnimationType public #10716

DrkWzrd opened this issue Apr 7, 2025 · 1 comment
Labels
📭 waiting-author-feedback To request more information from author.

Comments

@DrkWzrd
Copy link

DrkWzrd commented Apr 7, 2025

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.

@miloush
Copy link
Contributor

miloush commented Apr 7, 2025

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)?

@himgoyalmicro himgoyalmicro added 📭 waiting-author-feedback To request more information from author. and removed Untriaged labels Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📭 waiting-author-feedback To request more information from author.
Projects
None yet
Development

No branches or pull requests

3 participants