rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

Samsung Native Browser toggling transitions #202

Open ngomezc opened 10 years ago

ngomezc commented 10 years ago

On the native browser for samsung devices (at least the SIII - not sure if other non-nexus devices use this browser named 'internet') the transition effect is toggled.

Here's my code: var contentBody = $("#contentBody); contentBody.transition({ x: contentBody.width()*.6 }, 400, 'in-out' ); //content body is a wrapper div of all the content

For some reason, only in this browser (works perfectly on all Desktop browsers and chrome mobile) the transition is toggled. The content is moved the intended width, and then it slides back.

Any way of detecting for this browser so a jQuery animate fallback can be made (it returns true for support of the transition function)? The goal should still be to fix the bug though if possible.

mateuszluczak commented 9 years ago

Can confirm the same issue on Samsung GT-I9300 with Android 4.3 and stock browser.