固定标题在不同分辨率下具有不同的高度。我知道Jquery可以从其他stackoverflow帖子做这个工作:
$('html, body').animate({
scrollTop: $('.element').offset().top - $('.header').outerHeight() + 'px'
}, 1000);
如何使用Velocity.js实现这一目标?
答案 0 :(得分:0)
Velocity的Scroll命令采用偏移选项:
$element.velocity("scroll", {offset: -60 })