0
Hello. I wonder how I detect the current position of a slide using the Sly plugin.
The kind I use is 'oneperframe'. I don’t have much knowledge of jquery, and even less with this plugin. I visited http://darsa.in/sly/#! Documentation but it was not very didactic. ....
In case no one knows, but is aware of a slideshow (by HTML content and not just images) similar to the one in which I can detect the slide position every time I change(onscroll), it is also welcome. thank you.
Viu that property and that event?
– Renan Gomes
Yes, but I tried to implement it in several ways. The closest q was to run an Alert (replacing the.log console) only once (onload). What I wanted is something like an eventlistening, every time the user moves the slide, return the value of the slide in display.
– Fernando Sousa
That’s the link I showed you: change event. Edit the question and include the code of what you have tried, even if it is wrong. So you can provide an answer from your code.
– Renan Gomes