let magicScroll = new MagicScroll({ speed: 160, smooth: 24 }); magicScroll.onUpdate = a => { console.log(a); };killian_tavenaux