{ "id": "126262", "key": "AC-2054", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2014-02-17T07:46:44.000+0000", "created": "2014-02-11T12:48:36.000+0000", "labels": [ "Titanium3.2.0.GA-SDK", "android", "animation", "defect", "trunsform" ], "versions": [], "issuelinks": [ { "id": "35434", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "126879", "key": "TIMOB-16531", "fields": { "summary": "Android: Animation transform does not work with SDK 3.2.0 and later versions", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:41:00.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": [], "description": "The code:\r\n{quote}\r\nlibrary.method= function(param1,param2, param3)\\{\r\n...\r\nvar objectContainer=Ti.UI.createView(\\{\r\n width:imageBlob.width+250,\r\n height:imageBlob.height+250\r\n});\r\nvar object=Ti.UI.createImageView(\\{\r\n\t\timage:images[0],\r\n\t\ttouchEnabled:false,\r\n\t\trotateAngel:0,\r\n\t\tlastRotateAngel:0,\r\n\t\twidth:imageBlob.width,\r\n\t\theight:imageBlob.height\t\t\r\n\t});\r\nobjectContainer.add(object);\r\n...\r\nobjectContainer.touchend= function(e)\\{\r\n...\r\nvar transform=Ti.UI.create2DMatrix().rotate(object.lastRotateAngel,rotateAngel);\r\nobject.animate(\\{transform: transform, duration: 300},function()\\{\r\n object.lastRotateAngel = rotateAngel;\r\n ...\r\n});\r\n}\r\nobjectContainer.addEventListener(\"twofingertap\", objectContainer.touchend);\t\t\r\nobjectContainer.addEventListener(\"touchcancel\", objectContainer.touchend);\t\t\r\nobjectContainer.addEventListener(\"touchend\", objectContainer.touchend);\t\r\n\r\n...\r\nreturn objectContainer;\r\n}\r\n{quote}\r\nThe animation transform does not work. Image does not rotate. For Titanium SDK 3.1.3 and earlier animation is fine.", "attachment": [], "flagged": false, "summary": "TiSDK 3.2.0 and later: The animation transform does not work. ", "creator": { "name": "a.ovcharenko@velvetech.ru", "key": "a.ovcharenko@velvetech.ru", "displayName": "Ovcharenko", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "a.ovcharenko@velvetech.ru", "key": "a.ovcharenko@velvetech.ru", "displayName": "Ovcharenko", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium studio build 3.2.1.201402041146\r\nTitanium SDK 3.2.0 and later\r\nAndroid 2.3.3 and later (API 10 +)", "comment": { "comments": [ { "id": "292409", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Please provide a simple and runnable test case to reproduce the issue.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-11T18:12:24.000+0000", "updated": "2014-02-11T18:12:24.000+0000" }, { "id": "293405", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resolving this ticket as we do not have enough information to diagnose this ticket any further. We would be happy to reopen this ticket once we have a simple runnable test case.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-17T07:46:44.000+0000", "updated": "2014-02-17T07:46:44.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }