Skip to content
Michael Kaufmann edited this page Jul 7, 2021 · 4 revisions

Welcome to the AccelerateDevOps wiki!


Head 2

👍

  nextWhenVisible() {
    // Don't call next when the page isn't visible
    // or the carousel or its parent isn't visible
    if (!document.hidden && isVisible(this._element)) {
      this.next()
    }
  }

Head 3


Head 2


Clone this wiki locally