How do add delay time in (jquery) ascensor.js?

128 views Asked by At

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.

2

There are 2 answers

0
A.O. On

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

1
JohnnyJS On

read the documentation.

options for you i guess:

{
duration: 500,
easing: 4000
}