i use the Anythingslider to change some things outside of the slider if the user is clicking on a arrow.
That cause several Problems when the user is consecutively clicking to fast on a arrow.
How can i unbind the click actions only for some milliseconds after every click, so that on a fast click rate not all ckicks cause the provided action?
mmh, i am not really a js guy, however I think you can figure something out with a set time out function or a delay...
it may help other people help you out if you are more specific what you are controlling with the function of the slider. Is it css or js and is it core functionality? Cause if that's the case it doesn't sound like a good idea in the first place ;)
Hello,
i use the Anythingslider to change some things outside of the slider if the user is clicking on a arrow. That cause several Problems when the user is consecutively clicking to fast on a arrow. How can i unbind the click actions only for some milliseconds after every click, so that on a fast click rate not all ckicks cause the provided action?
Thank you.. Tobit
mmh, i am not really a js guy, however I think you can figure something out with a set time out function or a delay...
it may help other people help you out if you are more specific what you are controlling with the function of the slider. Is it css or js and is it core functionality? Cause if that's the case it doesn't sound like a good idea in the first place ;)
Hi @ToBit! Can you share the code you're using so I can modify it for you.