我在AngularJS中使用$anchorScroll-service.工作正常但是我在顶部有一个固定的导航栏,滚动位置总是x像素到远.
现在在$anchorScroll
documentation中有一个名为yOffset的属性.根据文档,它应该解决我的问题.
我不知道如何使用这个yOffset属性,因为这个具体的部分没有例子.
如何使用$anchorScroll-service的yOffset属性?
有一个例子说明了如何在
原文链接:https://www.f2er.com/angularjs/142671.html$anchorScroll
documentation底部使用yOffset.
// offset position by 100px down from the top $anchorScroll.yOffset = 100;
这是plunker的例子