Skip to content

Revert "fix(ios): corrected rotate animation (#10676)" #10765

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
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CatchABus
Copy link
Contributor

@CatchABus CatchABus commented Jul 14, 2025

PR Checklist

What is the current behavior?

Changes in #10676 causes rotate animation to break as animating affine transform will animate rotation to closest value.
For example, 0 -> 300 will rotate backwards since it's closer and 0 -> 360 won't rotate the view at all.

What is the new behavior?

Reverted changes of #10676

Fixes #10764

Copy link

nx-cloud bot commented Jul 14, 2025

View your CI Pipeline Execution ↗ for commit de3d826

Command Status Duration Result
nx test apps-automated -c=ios ✅ Succeeded 2m 24s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-14 09:09:17 UTC

Copy link

nx-cloud bot commented Jul 14, 2025

View your CI Pipeline Execution ↗ for commit 5a9111e

Command Status Duration Result
nx run-many --target=test --configuration=ci --... ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-14 08:59:49 UTC

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.

Animation of transition rotate not working
1 participant