AnimatedFrameSlideshow icon indicating copy to clipboard operation
AnimatedFrameSlideshow copied to clipboard

how to add auto play

Open jainheenaer opened this issue 7 years ago • 4 comments

Hi i want to use this with auto play features. Please help Thanks.

jainheenaer avatar Dec 08 '17 06:12 jainheenaer

maybe you can try settimeout > bind click next/prev?

aliy321 avatar Dec 21 '17 09:12 aliy321

I just solve like this.

$( document ).ready(function() {
      setInterval(function(){
        $('.slidenav__item--next').trigger('click');
      }, 6000);
 });

monyprak avatar Feb 01 '18 04:02 monyprak

You can add these two scripts at the bottom of your HTML just along with other script tags:

`

`

kalpesh-khule avatar May 21 '18 15:05 kalpesh-khule

You can add these two scripts at the bottom of your HTML just along with other script tags:

`

`

Not works for me. What am I doing wrong?

numeroquattro avatar Jan 18 '22 10:01 numeroquattro