我使用单页导航插件(https://github.com/davist11/jQuery-One-Page-Nav)来创建我的单页导航。我想从底部到顶部动画我的菜单标签,从顶部到底部设置绝对顶部和底部值,但我无法弄清楚如何实现此目标
这是负责设置最高价值的代码
scrollChange: function($currentListItem) {
setHeight();
$currentListItem.prevAll().addClass('selected');
$currentListItem.nextAll().removeClass('selected').css({
top: 'auto'
});
}
然后重置最高值:
(\d)