Build README

This commit is contained in:
Angelos Chalaris
2017-12-12 11:14:13 +02:00
parent d6c02f8758
commit 341b9ec1e4

View File

@ -1,7 +1,7 @@
### Scroll to top
Get distance from top using `document.documentElement.scrollTop` or `document.body.scrollTop`.
Scroll by a fraction of the distance from top. Use `window.requestFrame()` to animate the scrolling.
Scroll by a fraction of the distance from top. Use `window.requestAnimationFrame()` to animate the scrolling.
```js
var scrollToTop = _ => {