{ "id": "113085", "key": "TIMOB-13621", "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": "2017-05-24T23:04:29.000+0000", "created": "2013-04-18T22:19:56.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-05-24T23:04:29.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h4. Problem Description\r\nWhen you are doing a simple animation (moving a view from one side to the other), you will see that the view will scale to a bigger view, even if you didn't asked for it.\r\n\r\nh4. Steps to reproduce.\r\n1. Create a new mobile project\r\n2. Paste this as app.js\r\n{code}\r\nvar win= Ti.UI.createWindow({backgroundColor:'black'});\r\nvar infopanel = Ti.UI.createImageView({\r\n image:'KS_nav_ui.png',\r\n top:78,\r\n left:20,\r\n });\r\n \r\n var a = Ti.UI.createAnimation({\r\n \ttop:400,\r\n \tleft:300,\r\n \tduration:10000,\r\n \tautoreverse:true,\r\n });\r\n \r\nwin.open();\r\nwin.add(infopanel);\r\ninfopanel.animate(a);\r\n{code}\r\n3. You will see that at the end of the animation, the view will be a lot bigger that when started. \r\n\r\nh4. Extra info\r\nThis was originally reported here: http://developer.appcelerator.com/question/151107/image-getting-smaller-with-move-animation#comment-168902\r\n", "attachment": [], "flagged": false, "summary": "iOS: Animation is modifying the size of the view, even if you don't require a scale transformation", "creator": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "subtasks": [], "reporter": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "environment": "Mobile SDK: 3.1.0.GA\r\niOS Version: 6.x\r\n", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }