0
Can anyone help on creating a smooth simple swipe up and/ down to scroll and swipe left and/ right to scroll again
5 Answers
+ 8
Let me get this straight, you want a jQuery for mobile input (swipes) that will smoothly scroll in both the longitudinal and latitudinal directions? You browser already does this for you in a sense, however if you really want something, try using Google to find what you need. Once you find what you need if you still have trouble with it, edit this question and include the code that you're having issues with.
+ 7
https://youtu.be/9ThGQIeVkJU
a smooth slide down menu in jQuery...
must watch
+ 7
Well that takes more than just swipe detection, but really all it is, is moving the object on swipe and fading it out, while pushing the next one over and then having the array of things loop around so that the thing you swipe away is the last thing in the array. Try breaking it down into things like that and give a go at it. If you still got problems, come back and modify your question so we can help you progress.
+ 1
thank you I will keep you posted on the progress
0
https://uimovement.com/ui/3491/ios-gliding-collection/
I am looking for something like that