From c931d8e82cf2b5b7ab141f032faa0e972e376524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Karl=20Roland=20W=C3=A4rting?= Date: Mon, 26 Jun 2017 17:07:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a404e7..4f886d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Don't use inview + +Stop mantaing this in favor of [intersection observer](https://github.com/jeremenichelli/intersection-observer-polyfill), use that instead + # Element 'inview' Event Plugin Event that is fired as soon as an element appears in the user's viewport. @@ -61,4 +65,4 @@ The Test Suite succeeds in the following browsers that were tested: * Chrome 7+ * Opera 10+ * IE 6+ -* Mobile Safari on iPad 4.2.2 \ No newline at end of file +* Mobile Safari on iPad 4.2.2 From 03ccbcc228c2cf97829400755c64ef9a1d87c030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Karl=20Roland=20W=C3=A4rting?= Date: Mon, 26 Jun 2017 17:08:48 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f886d4..ff86a16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Don't use inview -Stop mantaing this in favor of [intersection observer](https://github.com/jeremenichelli/intersection-observer-polyfill), use that instead +Stop mantaing this in favor of [intersection observer](https://github.com/WICG/IntersectionObserver/tree/gh-pages/polyfill), use that instead # Element 'inview' Event Plugin