Opened 9 years ago
Closed 9 years ago
#13824 closed defect (fixed)
ZoomIn transition animation fails in some condition on Android
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | Atsushi Ono |
Blocked By: | Blocking: |
Description
ZoomIn transition animation fails in some condition. Once it fails, no transition works without reloading the page.
You can reproduced this issue on test_transition_animation.html with the following steps:
- Click "Extended Transitions 4"
- Click "Zoom In" in View1, then transition to View2.
- Click "Zoom In" in View2, then transition to View3, but just after that, the view replaced by View2. Once this occurs, no transition works in the view.
It seems that, during zoomInOut animation, webkitAnimationStart event is always fired but webkitAnimationEnd event is sometimes not fired. This only occurs in zoomIn animation, not in scaleIn animation which has the same CSS animation styles.
(reported by onoat)
Change History (2)
comment:1 Changed 9 years ago by
Cc: | Atsushi Ono added |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In [26456]: