I'm in a html5 mobile app project.
One of the tools in this application works like clockwork. I try to set this clock by dragging the buttons up and down. Setting the numbers for me to create an alert using the seTimeOut or setInterval function of javascript.
The problem is that I can not get any examples of a draggable "carrousel" vertically. The vast majority of these examples, especially those in Jquery have examples of horizontal animation. I tried to read the official documentation of Jquery's animate function but I can not see anything "usable" for my case. Does anyone know how I get to this result? Thanks in advance for your attention!