{ "id": "150802", "key": "TIMOB-19426", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-08-31T23:00:18.000+0000", "created": "2015-08-28T12:36:28.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "issuelinks": [ { "id": "48823", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "150000", "key": "TIMOB-19286", "fields": { "summary": "Windows: Test Movies sample", "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": "Medium", "id": "3" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T21:58:47.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "View.animate doesn't work when duration is short, such as 250. Following example works when duration is 1000 (1 sec).\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({ backgroundColor: 'blue' });\r\n\r\nvar container = Ti.UI.createView({\r\n top: -70,\r\n left: 0,\r\n width: Ti.UI.FILL,\r\n height: Ti.UI.FILL\r\n});\r\nwin.add(container);\r\n\r\nvar search_textfield = Ti.UI.createTextField({\r\n top: 10,\r\n left: 10,\r\n right: 10,\r\n height: 40\r\n});\r\ncontainer.add(search_textfield);\r\n\r\nwin.addEventListener('open', function () {\r\n setTimeout(function () {\r\n container.animate({\r\n top: 0,\r\n duration: 250 /* works when duration: 1000 */\r\n });\r\n }, 3000);\r\n});\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Windows: animate doesn't work when duration is short", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 484, "state": "closed", "name": "2015 Sprint 18 Windows", "startDate": "2015-08-30T04:01:00.000Z", "endDate": "2015-09-12T03:59:00.000Z", "completeDate": "2015-09-14T17:29:28.792Z", "originBoardId": 144 } ], "comment": { "comments": [ { "id": "361844", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/422", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-31T23:00:05.000+0000", "updated": "2015-08-31T23:00:05.000+0000" }, { "id": "413232", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-16T21:58:47.000+0000", "updated": "2017-03-16T21:58:47.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }