[TIMOB-8664] MobileWeb: IE specific endTransition event should be MSTransitionEnd
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-06-04T18:19:54.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-04-10T16:14:48.000+0000 |
Updated | 2014-01-28T23:57:35.000+0000 |
Description
There is a typo in Ti/_/Element where the IE specific endTransition event should be called "MSTransitionEnd", not "msTransitionEnd".
The animation rearchitecture ticket TIMOB-8970 removes the use of CSS3 Transitions, so this is no longer applicable.