From 1f4cde67b8b2049512aa24ac0b8eede0343c9248 Mon Sep 17 00:00:00 2001 From: Jonas <30421456+jonaskuske@users.noreply.github.com> Date: Sat, 8 Dec 2018 03:47:07 +0100 Subject: [PATCH] docs: add feature overview to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6289e2d..4fb2da2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@     +## Features + + - ✔ Smooth scroll to target when clicking an anchor + - ✔ Smooth scroll to target on hashchange (◀/▶ buttons) + - ✔ Updates URL with #fragment + - ✔ Handles focus + ## Browser support ⚠ Requires smooth scroll for `window.scroll()` and `Element.scrollIntoView()` (e.g. [smoothscroll-polyfill](http://iamdustan.com/smoothscroll/)) to work!