jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

V2.0.0 rc1 #212

Open bokzor opened 10 years ago

bokzor commented 10 years ago

It would be nice that instead of pushing the main panel (#content), the side panel goes over the main panel.

Because of poor performance on mobile devices, moving a lot of content from the main panel may be laggy.

Plus using translate3D on a lot of dom nodes, make crash mobiles applications like phonegap/cordova.

While side panel contains less dom nodes.