SL
Size: a a a
SL
Т
П️
if ('scrollBehavior' in document.documentElement.style) {
window.scrollTo({top: toPos, behavior: 'smooth'});
} else {
$('html, body').animate({scrollTop: toPos}, 400);
}
П️
scroll: function(toPos) {
toPos = Math.round(toPos);
if ('scrollBehavior' in document.documentElement.style) {
window.scrollTo({top: toPos, behavior: 'smooth'});
} else {
$('html, body').animate({scrollTop: toPos}, 400);
}
}
П️
Ю
EA
MI
AV
AV
V
Р🔐
AV
AI
AV
V
H
H
H