[AC-1946] 'top' not animated correctly when used in animation with rotate transform matrix
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-10-23T10:26:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, animate |
Reporter | Young |
Assignee | Mostafizur Rahman |
Created | 2013-10-08T22:14:06.000+0000 |
Updated | 2016-03-08T07:40:52.000+0000 |
Description
Works correctly in iOS.
Note: window orientation is set to Ti.UI.PORTRAIT, however, device is physically in landscape orientation when animation is executed. (in case this is a factor)
-----------------
var matrix = Ti.UI.create2DMatrix();
matrix = matrix.rotate(90);
var anim = Ti.UI.createAnimation({
top : '20dp',
left : '40dp',
transform : matrix,
duration : 300
});
view.animate(anim);
Hello, Can please provide the test code and test case that can reproduce this issue? Thanks
Hi Mostafizur, I think it's my misunderstanding of how the rotate interworks with the top/left animation. Please close this. Thanks.
Closing this is issue based on the above comment.