jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)

Home Page:http://jakiestfu.github.io/Snap.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When hyperextensible is off

bs-thomas opened this issue · comments

First I turn off hyperextensible (to prevent bouncing).

Then, I use my iPad to open the menu by swiping right. Right now the left menu is open. Then, if I do a fast swipe to the right again on the content div, the content will flash its position to left:0 suddenly, which seems a little weird.

Would you please kindly take a quick look at it to see if that's happening on your iOS device as well? I'm not sure if this is a bug or supposed to be like that.

(BTW, I'm just trying to simulate the Facebook app, since it doesn't do any hyperextensible (bounce) it seems)

Thanks a lot!

Cheers,
Thomas

I believe this has nothing to do with hyperextensibility, but the fact that you're trying to move the pane while it is animating. Will look closer into this, thanks.

Sorry to ask but did you already take a look at it? I'm having the same issue as described by thomas.