Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1946] 'top' not animated correctly when used in animation with rotate transform matrix

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2013-10-23T10:26:19.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsandroid, animate
ReporterYoung
AssigneeMostafizur Rahman
Created2013-10-08T22:14:06.000+0000
Updated2016-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);

Comments

  1. Mostafizur Rahman 2013-10-09

    Hello, Can please provide the test code and test case that can reproduce this issue? Thanks
  2. Young 2013-10-10

    Hi Mostafizur, I think it's my misunderstanding of how the rotate interworks with the top/left animation. Please close this. Thanks.
  3. Ritu Agrawal 2013-12-16

    Closing this is issue based on the above comment.

JSON Source