{ "id": "149223", "key": "TIMOB-19110", "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": null, "resolutiondate": null, "created": "2015-06-29T09:17:39.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "animate", "animation" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T19:55:14.000+0000", "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" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "https://developer.appcelerator.com/question/173546/animation-not-working-on-iphone\r\n\r\nThis post describes the bug perfectly. What happens is that as soon as you animate an object to height 0, it wont allow you to animate back again to a greater height.\r\n\r\n{code:javascript}\r\nobject.animate({\r\n height: '0dp'\r\n});\r\n\r\nobject.animate({\r\n height: '200dp'\r\n});\r\n{code}\r\n\r\nsecond animation wont play. Ive tried running it in the callback of the 1st, but it has the same result. I tested it on a Ti.UI.View element, but i guess it applies to all", "attachment": [], "flagged": false, "summary": "iOS: Animation to height '0dp' and back to a greater height fails", "creator": { "name": "creative_jira_user", "key": "uzbbert", "displayName": "Creative", "active": false, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "creative_jira_user", "key": "uzbbert", "displayName": "Creative", "active": false, "timeZone": "Europe/Amsterdam" }, "environment": "Ti 4.0.0.GA Alloy 1.6.0\r\n\r\nPossibly on many more older versions, since this already existed:\r\nhttps://developer.appcelerator.com/question/173546/animation-not-working-on-iphone", "comment": { "comments": [], "maxResults": 1, "total": 1, "startAt": 0 } } }