smooth-scroll

simple smooth scrolling in the browser
git clone https://git.ce9e.org/smooth-scroll.git

commit
9bcc8f74240f55104274ed3af683b76e7d251eb3
parent
5c3ceac2a26946b8c533a4a9b2b43d77687cc534
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-11-18 19:14
add README

Diffstat

A README.md 7 +++++++

1 files changed, 7 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -0,0 +1,7 @@
   -1     1 # Do not use this!
   -1     2 
   -1     3 Smooth scrolling is an important UI pattern. There are countless solutions for
   -1     4 this, but I found that all of them lack some features.
   -1     5 
   -1     6 The code in this repository is not meant to be used on its own. I intend to
   -1     7 improve existing solutions instead. This is just my personal scratchpad.