const el = document.getElementById(아이디명);
const target = window.pageYOffset + el.getBoundingClientRect().top;
// 타겟 위치로 스크롤 이동해준다
window.scrollTo({ top: target, behavior: 'smooth', });
'basic > Vanilla.js' 카테고리의 다른 글
eslint + prettier 설정 (0) | 2021.12.01 |
---|---|
replace() 전체 수정하는 방법 (0) | 2021.11.21 |
변수 || && (0) | 2021.07.21 |
콜백지옥 (0) | 2021.05.31 |
promise (0) | 2021.05.31 |