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

Animation with rotation performs scale instead #228

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Open

Animation with rotation performs scale instead #228

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Animation which rotates node does not seems to be working. For many thetas it 
does not perform rotation, but it scales instead.
This code should rotate an node, but it causes pulsation (scale) instead:

  PAffineTransform t = node.getTransform();
  t.setRotation(Math.PI);
  PTransformActivity act = n.animateToTransform(t,5000);
  act.setLoopCount(Integer.MAX_VALUE);

Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 12:53

@GoogleCodeExporter
Copy link
Author

Thank you for reporting this.

Original comment by [email protected] on 1 Nov 2011 at 8:01

  • Changed state: Accepted
  • Added labels: Type-Defect, Priority-Medium, Effort-Medium, OpSys-All, Toolkit-Piccolo2D.Java, Component-Core, Milestone-1.3.2

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 26 Nov 2013 at 5:41

  • Added labels: Milestone-1.4
  • Removed labels: Milestone-1.3.2

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

No branches or pull requests

1 participant