> Given that, how would you allocate a timeout for say the first 3
> slides and then have the other slides all running at the default
> timeout?

Keep a counter and reference/update it in the timeoutFn.  After 3
calls to the timeoutFn, return false thereafter.

Reply via email to