<script> // 선택자 : a태그, btn-gototop... $('선택자').click(function(){ $scrollTo(this.hash || 0, 900) // 스크롤되는 속도 0.9s e.preventDefault(); }) </script>
html { scroll-behavior: smooth; }
단, IE에서는 사용 불가