This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Slide transition reversal does not behave as expected #8140
Closed
Description
See http://jsbin.com/deduseraze/1/edit
Expected:
- Behavior of a popup with data-transition="slide" will be to slide in from right, slide out to right (default behavior)
- Behavior of a popup with data-transition="slide" and data-direction="reverse" will be to slide in from the left, slide out to the left
- Behavior of a popup with data-transition="reverse slide" will be to slide in from the left, slide out to the left
Actual:
- As expected
- Same behavior as scenario 1, i.e, did not reverse the slide transition.
- The popup slides in from the left, but slides out to the right, effectively traversing the page during its lifetime.
The data-direction setting appears to do nothing to alter transition behaviors in popups. The reverse modifier on the data-transition setting does alter the behavior, though not completely.
Tested in latest stable Firefox and IE, using the JSBin versions, and using jQuery 2.1.3 and jQuery Mobile 1.4.5 pulled from CDN.