[TIMOB-10367] MobileWeb: Add support for cancelAllAnimations() to Ti._.UI.Element
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T22:13:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Unknown |
Created | 2012-08-09T04:26:26.000+0000 |
Updated | 2018-04-04T23:20:39.000+0000 |
Description
Android and iOS support cancelAllAnimations() on Ti.UI.View. When called, it will cancel all in progress animations.
When the animations are cancelled, it is undetermined if the animations should stop, reset, or go to the finish state. I proposed Ti.UI.ANIMATION_STOP, Ti.UI.ANIMATION_RESET, and Ti.UI.ANIMATION_FINISH constants. The default value when no arguments are passed in should probably be ANIMATION_STOP, but could also be ANIMATION_RESET.
Resolving as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.