应该也是缩放导致的,情况比较特殊单独改一下代码吧,就不合并了。
function scrollToTarget($target, offset = 100, complete = () => { }) {
$target[0].scrollIntoView({ behavior: 'smooth' });
setTimeout(complete, 300);
}
应该也是缩放导致的,情况比较特殊单独改一下代码吧,就不合并了。
function scrollToTarget($target, offset = 100, complete = () => { }) {
$target[0].scrollIntoView({ behavior: 'smooth' });
setTimeout(complete, 300);
}