1
I’m on an Html5 app project aimed at mobile.
One of the tools of this app, works like a clock. I try to get that clock set up by dragging the buttons up and down. Setting the numbers for me to create an alert using the javascript function seTimeOut or setInterval.
The problem is that I can’t get any example of a vertical "draggable carousel". The vast majority of these examples, especially those in Jquery, have examples of horizontal animation. I tried to read the official documentation of the Jquery function but can not see anything "usable" for my case. Does anyone know how I get this result? Thanks in advance for the community attention!
https://amazingcarousel.com/examples/vertical-jquery-carousel-id10/ was the first I found on Google... there are more there.
– Sergio
As the tool is geared towards touchs devices, most do not suit me as it has to be draggable to call the next slide. I’ll refine the question to make it clearer. Anyway thanks friend. I also passed this link.
– Paulo Sérgio Duff
http://codepen.io/sergiocrisostomo/pen/QGoMqo
– Sergio
It was exactly what I needed. Thank you very much user Sergio. Now I will mark the answer as right and start treating the events. Once again, thank you!
– Paulo Sérgio Duff