내가 맡은 상품상세페이지의 길이가 너무 길다. 한 번에 이동하고싶다.
또한 페이지 이동시 스크롤을 상단에 위치하고 싶다.
window.scrollTo(xpos, ypos)
window.scrollTo ({top:으로부터 몇px, behavior: 'auto'});
//위 경우 css적 요소를 넣는것이므로 {}를 사용했다.
// behavior:smooth: The scrolling animates smoothly.
//behavior: auto The scrolling happens in a single jump.
참고자료