虚拟列表
new IntersectionObserver( entries => {/* ... */}, { threshold: [0, 0.25, 0.5, 0.75, 1] })
表示当目标元素 0%、25%、50%、75%、100% 可见时, 会触发回调函数。
intersectionobserver_api