Update README.md

This commit is contained in:
segmentationfaulter
2017-12-12 11:43:45 +05:00
committed by GitHub
parent b4781a478d
commit 67edd766e3

View File

@ -301,7 +301,7 @@ var rgbToHex = (r, g, b) =>
### 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 = _ => {