From 541d657478b6f8f164e39e2939068c50f8f63ee9 Mon Sep 17 00:00:00 2001 From: Osvaldas Valutis Date: Wed, 18 Mar 2020 10:59:25 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad016f1..4c2fd58 100644 --- a/README.md +++ b/README.md @@ -407,5 +407,6 @@ For more functionality, consider using these vanilla JavaScript libraries: - https://www.npmjs.com/package/custom-event-polyfill _(a polyfill for CustomEvents on IE9+)_ - https://www.npmjs.com/package/new-event-polyfill _(new Event() polyfill)_ - https://github.com/jonathantneal/svg4everybody _(adds SVG External Content support to all browsers)_ +- https://www.npmjs.com/package/smoothscroll-polyfill _(Smooth Scroll behavior polyfill)_ - https://www.npmjs.com/package/element-dataset _(polyfills the HTMLElement.dataset property)_ - https://githubengineering.com/removing-jquery-from-github-frontend/#polyfills _(a nice list of polyfills)_