@if (showDebugBar()) {
Captures Scroll Events: {{!this.isScrolling && this.allImagesLoaded}} Is Scrolling: {{isScrollingForwards() ? 'Forwards' : 'Backwards'}} {{this.isScrolling}} All Images Loaded: {{this.allImagesLoaded}} Prefetched {{minPageLoaded}}-{{maxPageLoaded}} Pages: {{pageNum}} / {{totalPages - 1}} At Top: {{atTop}} At Bottom: {{atBottom}} Total Height: {{getTotalHeight()}} Total Scroll: {{getTotalScroll()}} Scroll Top: {{getScrollTop()}}
} @if (atTop) { }
@for(item of webtoonImages | async; let index = $index; track item.src) { image }