首頁 > 問答 > 主體
滑鼠往下捲動,當目標區域出現在螢幕區域的時候載入圖片,那麼怎麼判斷這個目標區域出現在螢幕中了?
阿神2017-05-19 10:22:40
透過圖片的getBoundingClientRect()方法,返回相對於視口的left、top、right和bottom判斷在不在視口內。
getBoundingClientRect()
參考getBoundingClientRect
高洛峰2017-05-19 10:22:40
計算圖片到頁面頭部的距離,然後偵測捲軸滾動的距離