Programing/WEB
[JS] safari에서 animate scrollTop 이 작동하지 않을 경우
진 주
2020. 1. 16. 10:27
$('html, body').animate({ scrollTop: 2000 }, 2000); // for all browsers
// $('html').animate({scrollTop: 2000}, 2000); // works in Firefox and Chrome
// $('body').animate({scrollTop: 2000}, 2000); // works in Safari