senchalabs / jQTouch

Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).
http://www.jqtouch.com/
MIT License
2.79k stars 592 forks source link

Page slide transition overlap issue with Chrome latest update (v27.0.1453.110) #491

Closed sebastianservat closed 9 years ago

sebastianservat commented 10 years ago

When transitioning from page A to B, page A slides away but page B appears in place without transitioning in. The transition direction seems to be inconsistent. Sometimes it happens when transitioning forward, sometimes when going back.

Safari is fine, it's just Chrome and it started happening from the latest update.

I've found a weird workaround, by adding -webkit-animation-delay: 0.001s to #jqt .in, #jqt .out it seems to fix the issue.

It works, but I'd like to find the real cause. I know it's hard without seeing a live preview, but I'd like to see if it rings a bell before sharing internal links.

Thanks,

Seb

thomasyip commented 9 years ago

Appeared fixed. Let me know if it is still an issue.