nathansearles/slidesjs

restartDelay restarting autoplay after interaction

Antbrooksuk opened this issue · 0 comments

The restartDelay setTimeout restarts autoplay after the user interacts.

Eg:

  1. User hovers over and out, restartDelay timeout started.
  2. User clicks next and autoplay is stopped
  3. restartDelay timeout finishes and autoplay starts again.

Interaction should override restartDelay.