⎗ ✓ 1 2 3 4 5onscroll = function(e){ let diff = this.scrollY - this.oldScroll scrollTo(0, this.scrollY + diff * 2) this.oldScroll = this.scrollY; }
Warning LINK You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue? Continue Cancel