-
Scrolling in Timeline is a bit annoying. Consider adding a side navigation like the one seen http://materializecss.com/scrollspy.html
I know its a separate framework, but something like this would be…
-
## Code
```js
{strings.general}
{'Build'}
{strings.postBuild}
…
-
Diff: https://github.com/bem/bem-forum-content-ru/issues/829
Описание: https://github.com/bem/bem-forum-content-ru/issues/865
Воспроизводится только на `noscript`
-
Делаю блок scrollspy. который должен следить, находится ли блок в видимой зоне страницы. Блок подписывается на скролл
```
this.bindToWin('scroll', throttle(this._onScroll, this.pause, this));
```
по…
-
Navbar is static. Would be nice to have a bootstrap scrollspy so that the navbara follows along as you scroll and you don't have to scroll all the way to interact with it.
-
Hello,
Thanks for this lib. Works great !
I look for subsections like http://gregfranko.com/jquery.tocify.js/
Could angular-scroll do that ?
Thank you,
Philippe
-
Hi,
When I added this to my navigation controller to be run before view change:
```
$document.scrollTop(top, duration).then(function() {
console && console.log('You just scrolled to the top!');
})…
-
The top menu needs to monitor the scrolling of the page and highlight the section the user is viewing.
-
### 这个功能解决了什么问题?
tab标签页现在只能左右展示,无法平铺展示,自定义custom-class使tab平铺,确发现内部使用v-if判断是否展示,不点击对应的标签,内容不会展示
希望添加ping'p平铺滚动模式
### 你期望的 API 是什么样子的?
``` ```
-
Seems to be a bunch of issues and PR outstanding. Anyone know of other projects that are active?