From 67edd766e387ffcc60db9d78b3de2685ac659754 Mon Sep 17 00:00:00 2001 From: segmentationfaulter Date: Tue, 12 Dec 2017 11:43:45 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b166f0f6..41b7fc9cf 100644 --- a/README.md +++ b/README.md @@ -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 = _ => {