How much of an element is visible in viewport

前端 未结 5 1630
天命终不由人
天命终不由人 2020-12-29 09:24

There\'s a div (brown rectangle) on the page. The page is higher than the viewport (orange rectangle) so it can be scrolled, which means that the div

5条回答
  •  情话喂你
    2020-12-29 10:01

    Please note that the Intersection Observer API is available since then, made specifically for this purpose.

提交回复
热议问题