Skip to content
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

Merged
merged 5 commits into from
Jan 25, 2023

Conversation

maxkatz6
Copy link
Member

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.

@avaloniaui-team
Copy link
Contributor

You can test this PR using the following package version. 11.0.999-cibuild0027932-beta. (feed url: https://pkgs.dev.azure.com/AvaloniaUI/AvaloniaUI/_packaging/avalonia-all/nuget/v3/index.json) [PRBUILDID]

@avaloniaui-team
Copy link
Contributor

You can test this PR using the following package version. 11.0.999-cibuild0027941-beta. (feed url: https://pkgs.dev.azure.com/AvaloniaUI/AvaloniaUI/_packaging/avalonia-all/nuget/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 requested a review from a team January 2, 2023 00:01
@avaloniaui-team
Copy link
Contributor

You can test this PR using the following package version. 11.0.999-cibuild0028032-beta. (feed url: https://pkgs.dev.azure.com/AvaloniaUI/AvaloniaUI/_packaging/avalonia-all/nuget/v3/index.json) [PRBUILDID]

@jmacato jmacato enabled auto-merge January 25, 2023 12:16
@jmacato jmacato merged commit cdc7bf3 into master Jan 25, 2023
@jmacato jmacato deleted the simple-brush-transform-animation branch January 25, 2023 13:11
@avaloniaui-team
Copy link
Contributor

You can test this PR using the following package version. 11.0.999-cibuild0029093-beta. (feed url: https://pkgs.dev.azure.com/AvaloniaUI/AvaloniaUI/_packaging/avalonia-all/nuget/v3/index.json) [PRBUILDID]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants