(e, r)
| 5004 | setSlot(prevSlot, prevUrl); |
| 5005 | setSlot(currentSlot, currentUrl2); |
| 5006 | setSlot(nextSlot, nextUrl); |
| 5007 | void track.offsetWidth; |
| 5008 | track.classList.remove("cs-animating", "cs-going-next", "cs-going-prev"); |
| 5009 | animating = false; |
| 5010 | setTimeout(() => { |
| 5011 | if (!track) return; |
| 5012 | refreshAdjacent(); |
| 5013 | }, 150); |
| 5014 | }, TOTAL + 20); |