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