{ "id": "85595", "key": "TIMOB-7441", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-06-29T14:26:28.000+0000", "created": "2012-01-26T17:55:02.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "parity" ], "versions": [], "issuelinks": [ { "id": "18154", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "85851", "key": "TIMOB-7517", "fields": { "summary": "Android: Simple animation is not working in Android", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-10T00:09:53.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "For some reason, {{create2DMatrix}} on Android throws out any transform specified in the creation dict. It works perfectly on iOS. At least 2 days of my life lost trying to debug animation code on this one.\r\n\r\nFail case:\r\n{code}\r\nvar matrix = Ti.UI.create2DMatrix();\r\nvar matrix = matrix.rotate(120);];\r\n\r\nvar animation = Ti.UI.createAnimation({\r\n\tduration : 2000,\r\n transform: matrix;\r\n});\r\nview.animate(animation);\r\n{code}\r\n\r\nThe following, however, works as expected:\r\n\r\n{code}\r\nvar matrix = Ti.UI.create2DMatrix();\r\nvar matrix = matrix.rotate(120);];\r\n\r\nvar animation = Ti.UI.createAnimation({\r\n\tduration : 2000,\r\n});\r\nanimation.transform=matrix;\r\nview.animate(animation);\r\n{code}\r\n\r\n\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "Android: Ti.UI.createAnimation ignores a transform property in the creation dict.", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "200941", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Can not reproduce with latest master", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-29T14:25:17.000+0000", "updated": "2012-06-29T14:25:17.000+0000" }, { "id": "411162", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing this ticket as the issue cannot be reproduced.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-10T00:09:53.000+0000", "updated": "2017-03-10T00:09:53.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }