Looking for Javascript to create a swipe function on an html5 canvas
I have an animate document with multiple frames. Each frame contains a slide with some content on it (basically like a simple presentation) and you can navigate between the frames with arrows (buttons).
Now I want to add a function which enables a swipe function (for mobile devices) so you can just swipe to get to the next or previouse frame.
How do I make this work?
(I've already tried multiple codes I found online but nothing seems to work...)
Some help would be appreciated! Thank you.
