- XF Compatibility
- 2.3.x
- Short Description
- Enhance your navigation experience with our swipeable menu script. Swipe left to open or close the side menu, and activate/off the offCanvasMenu with a simple gesture. Perfect for improving user interaction on your webpage.
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.
And put it between script tags
Swipe at left side to open or close menu.
JavaScript:
(function() {
var edgeThreshold = 30;
var swipeThreshold = 80;
var startX = 0...
You do not have permission to view the full content of this resource.
Log in or register now.