@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()}}
}
@if (atTop) {
{{t('continuous-reading-prev-chapter')}}
{{t('continuous-reading-prev-chapter-alt')}}
}
@for(item of webtoonImages | async; let index = $index; track item.src) {

}
{{t('continuous-reading-next-chapter')}}
{{t('continuous-reading-next-chapter-alt')}}