-2

How do i add 'delay' option to move to next slide after clicking? Anyone tried?

Below is the plugin website.

https://github.com/seekvence/ascensor

Thanks in advance.

Umarfaruk M
  • 340
  • 4
  • 5
  • 19

2 Answers2

2

read the documentation.

options for you i guess:

{
duration: 500,
easing: 4000
}
JohnnyJS
  • 1,320
  • 10
  • 21
0

Bind to the click event and use jQuery delay();

A.O.
  • 3,733
  • 6
  • 30
  • 49