Desliza para abrir menú

Desliza para abrir menú

Registrado
28 Jun 2020
Mensajes
4.569
Puntuación de reacciones
1.425
Credits
$12.641
ElSwipe to open menuha sido enviado y ahora está disponible para descargar de forma gratuita. Muchas gracias por la contribución del miembro @axtona¡
script>Add to PAGE_CONTAINER at bottom before </body> closing tags.

Swipe at left side to open or close menu.

</script
JavaScript:
(function() {
    var edgeThreshold = 30;
    var swipeThreshold = 80;
    var startX = 0;
    var startY = 0;
    var edgeStart = false;
    document.addEventListener('touchstart', function(e) {
        if (e.touches.length > 1) { edgeStart = false; return; }
        startX = e.touches.clientX;
        startY = e.touches.clientY...
Read more about this resource...

 
Atrás
Superior