Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3146] iOS: Animation duration ignored for View Size

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-07-19T22:52:34.000+0000
Affected Version/sRelease 2.0.1, Release 3.0.0, Release 3.1.0
Fix Version/sn/a
ComponentsiOS
Labelscore
ReporterAlan Leard
AssigneeIngo Muschenetz
Created2011-04-15T03:38:03.000+0000
Updated2017-03-21T22:16:38.000+0000

Description

view.animate({height:100, duration:5000}); animates instantly with no respect to duration.

Tested on 1.5.1 and 1.6 RC1 using iOS 4.2

height, width, left, right, top, bottom all animate immediately regardless of duration.

USe attached app.js for testing.

Ticket Reference: http://developer.appcelerator.com/helpdesk/view/73371">http://developer.appcelerator.com/helpdesk/view/73371

Attachments

FileDateSize
app.js2011-04-15T03:38:03.000+00002334

Comments

  1. Rick Blalock 2011-04-15

    I can animate objects' position and dimension props if it is set programmatically. i.e.

       var a = Ti.UI.createAnimation();
       // stuff here
       
       view.animate(a);
       

    Doesn't work for me the other way.

  2. Federico Casali 2012-05-16

    Jira bug review - still reproducible with 2.0 GA2 and latest 2.1 CI
  3. Junaid Younus 2012-08-31

    Tested on the iOS simulator using TiSDK 2.2.0v20120830102513, issue still valid.
  4. Shameer Jan 2013-05-07

    Issue reproduces Tested with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 iOS iPhone Simulator: iOS SDK version: 6.0
  5. Vishal Duggal 2013-07-19

    Change the animation interval to someting like 5000ms instead of the current 500000 ms.
  6. Lee Morris 2017-03-21

    Closing ticket as the issue cannot be reproduced and due to the above comments.

JSON Source