Scroll page to specific point everytime Scroll event happens javascript or jquery

前端 未结 0 1486
无人共我
无人共我 2021-01-29 13:47

I\'m trying this code window.addEventListener(\'scroll\', function(){ window.scrollTo({ top: window.innerHeight + window.pageYOffset, behavior: \'smooth\' }); })

相关标签:
回答
  • 消灭零回复
提交回复
热议问题