I'm experimenting with implementing touch events on an iPad to achieve a certain effect. Currently, I have it working smoothly with mouse events on JSFiddle at this link: http://jsfiddle.net/FwsV4/1/
However, my attempts to replicate the same effect using touch events on this version http://jsfiddle.net/FwsV4/3/ have been unsuccessful.
I must admit, navigating touch events is somewhat overwhelming for me, and I'm struggling to convert mouse clicks/moves to touch gestures effectively. I want to ensure that the elements underneath remain interactive by incorporating touch start/end events, but I'm unsure of the best approach.
If anyone could offer guidance or point me in the right direction, I would greatly appreciate it!