이벤트 페이지 탭 클릭 시 스크롤

해피데빙·2023년 2월 24일
0

방법1 : scrollIntoView

탭이 보여줘야 하는 element들을 scrollIntoView하도록 한다
https://developer.mozilla.org/ko/docs/Web/API/Element/scrollIntoView

방법2 : 절대좌표

window.pageYoffset + element.getBoundingClientRect().top
스크롤한 만큼 + 뷰포트 안에서 위부터 좌표

profile
노션 : https://garrulous-gander-3f2.notion.site/c488d337791c4c4cb6d93cb9fcc26f17

0개의 댓글