Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
- 28 Jun 2020
- 4.569
- 1.425
- $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¡
Read more about this resource...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...