Swipe Gestures Custom Code

Hi everyone! I’m trying to create mobile slider and add swipe gesture to specific object (div) to switch between slides. There is a link i found https://webflow.com/website/Swipe-Gesture-JS. This is exactly what i need, but instead of “show alert” function i need to switch slide depends on swipe direction. There is a code that i copied from inspector:

Any Ideas how to realize that? Deadline is coming))

Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Your Q is too general. Which slider do you want to use? (Webflow -or- custom code).

For webflow no API for the slider - but one “stupid” way is to simulate click event on webflow next/prev buttons by Jquery

$('#left-arrow').trigger('click');

Sorry for that) I want to use standart webflow slider. Looks like that could work. But it’s so complicated for me to understand how to edit current code correctly. Would you be so kind to provide this custom code? And if it’s possible remove Y swipe direction. Thx in advance.

Gotcha! It work’s) Thank you!

1 Like

Mark this topic as close (Or mark my answer as solution) to close this topic. Thanks.