Closed Xanthus1 closed 5 years ago
Good catch on the mistake. The conditional is actually supposed to be this.config.transitionInterval > 0
(evaluate if we're using timers at all). If you can make the change and update this I'll accept the PR.
Sure thing! Just made the change.
Simple bug fix- manual transitions were not resetting the timer. The 'restartTimer' function's condition was referencing "this.config.transitionTimer" which doesn't exist, I corrected it to "this.transitionTimer".