Tadas Strasevicius
Results
1
issues of
Tadas Strasevicius
scrollToPage doesn't work when animated = false. That happens because of this: ``` requestAnimationFrame(() => { this.scrollToPage(Math.floor(this.progress), false); }); ``` After scrollToPage it calls scrollToPage second time and goes back...