Swipe to open menu

dosut

Administrator
Staff member
The Swipe to open menu has been submitted and is now available for free download. Big thanks to the contribution from our member @axtona !

Add to PAGE_CONTAINER at bottom before </body> closing tags.

And put it between script tags

Swipe at left side to open or close menu.
JavaScript:

Code:
(function() {
    var edgeThreshold = 30;
    var swipeThreshold = 80;
    var startX = 0;
    var startY = 0;
    var edgeStart = false;
    document.addEventListener('touchstart'...
Click to expand...

Read more

Continue reading...
 
Back
Top