You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 visibleif(!document.hidden&&isVisible(this._element)){this.next()}}