【发布时间】:2015-10-06 08:09:25
【问题描述】:
我正在开始一个新项目并将 Angular Material 与 AngularJS 一起使用。我无法顺利滚动工作。我正在使用这个平滑滚动库:https://github.com/oblador/angular-scroll
我也试试这个:https://github.com/d-oliveros/ngSmoothScroll 但它们都不起作用。我在这里做了一个codepen来演示这个问题:
http://codepen.io/hughred22/pen/XmRpOG/
正如你在我的 Codepen 中看到的,如果我注释掉
document.getElementById('bottom').scrollIntoView(true);
显示 scrollIntoView 工作并滚动到 div。但是由于某种原因,平滑滚动不起作用。请帮忙!
【问题讨论】:
标签: javascript angularjs angular-material smooth-scrolling