스크롤 이벤트

Gisele·2021년 2월 1일
0

Javascript

목록 보기
3/14

scroll event

function handler(){
	
}

window.addEventListner('sroll',handler);

스크롤 위치 관련 속성

  • window.innerHeight : 화면 전체 높이
  • window.pageYOffset : 스크롤의 현재 위치를 px로 표시
  • ele.getBoundingClientRect() : element의 현재 위치를 알려주는 메서드
    - bottom, height, left, right, top, width, x, y 값을 가지는 객체를 반환
  • ele.offsetTop : element의 화면상 고정된 위치를 알려주는 속성

📑 reference

profile
한약은 거들뿐

0개의 댓글