-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support TransformOperations animations in Brush animator #9807
Conversation
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
Previously that PR added support for Brush.Transform - #6344, but animations support wasn't added as it's not really possible to interpolate matrixes. Meanwhile, we already have interpolation algorithm for the limited set of TransformOperations.
Saying that, with this PR it's not possible to animate brushes with TransformOperations (
Transform="rotate(180deg)"
), but not TransformGroup.