[TIMOB-1457] iOS: Rotate transform animate flickers to rotate 0 with each turn
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-20T13:10:41.000+0000 |
Affected Version/s | Release 1.5.0 |
Fix Version/s | Release 2.1.0 |
Components | iOS |
Labels | n/a |
Reporter | Alan Bedian |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:53:22.000+0000 |
Updated | 2017-03-07T18:51:53.000+0000 |
Description
When trying to spin an imageView with controlled degrees on each
call without any duration in the animation, the image resets to
0deg before the transform is applied with the animate. More
description and example found here:
http://developer.appcelerator.com/question/32961/continuous-rotation">
http://developer.appcelerator.com/question/32961/continuous-rotation
and here
http://developer.appcelerator.com/question/10181/multiple-rotates-of-view-with-animation-part-2">
http://developer.appcelerator.com/question/10181/multiple-rotates-o...
A possible solution would be to be able to apply the transform directly on the UI object without having to call animate when you just want it to instantly move without taking the time to do an animation.
Could be an android bug. Requires more research than should be done in the middle of triage.
See http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.UI.2DMatrix-method-rotate
Closing ticket due to time passed.