Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9519] MobileWeb: Update Kinetic Scroll Views to use new animation

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-08-09T21:36:11.000+0000
Affected Version/sRelease 2.1.1
Fix Version/sSprint 2012-16 API, Release 3.0.0
ComponentsMobileWeb
Labelsn/a
ReporterBryan Hughes
AssigneeBryan Hughes
Created2012-06-13T12:21:19.000+0000
Updated2012-08-09T21:36:17.000+0000

Description

The kinetic scroll views (ScrollableView, ScrollView, TableView) currently use transitions for their animation. Unfortunately, once an animation starts, it can't be stopped, so when something happens mid-animation (such as touching and grabbing again), undesirable side-effects occur. Using the cancel() method of the new animation mechanism should solve this issue.

Attachments

FileDateSize
app.js2012-07-30T16:09:24.000+00007374

Comments

  1. Bryan Hughes 2012-07-25

    It should also be noted that this prevents kinetic scroll views from working in IE9 desktop.
  2. Bryan Hughes 2012-07-30

    Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2659
  3. Lokesh Choudhary 2012-08-08

    Tested On: Titanium studio : 2.1.1.201207271312 SDK version : 2.2.0.v20120807144112 Android 4.0.4 - default ,chrome 18.0 Iphone 4.3.5 - safari mobile Mountain lion(10.8) - chrome 21.0,safari 5.1.4,firefox 14.0.1

JSON Source