smooth-scroll

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

commit
bfb1d7fa7a6657ffcddac6180be866d08786397b
parent
18b0cf755d350d9d6c893633a06813207e468437
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-03-25 09:11
rm legacy files

Diffstat

D NOTES 32 --------------------------------
D TODO 7 -------

2 files changed, 0 insertions, 39 deletions


diff --git a/NOTES b/NOTES

@@ -1,32 +0,0 @@
    1    -1 # important
    2    -1 
    3    -1 1.	no dependencies
    4    -1 2.	reasonable compatibility
    5    -1 3.	fixed header support
    6    -1 4.	works on jump-links with minimal config (0-5 lines)
    7    -1 5.	can be used from javascript
    8    -1 6.	small
    9    -1 7.	uses requestAnimationFrame
   10    -1 8.	usable packaging
   11    -1 9.	horizontal support
   12    -1 10.	standards complient
   13    -1 11.	active
   14    -1 12.	supports containers other than full page
   15    -1 13.	change direction mid-scroll
   16    -1 14.	keeps history intact
   17    -1 
   18    -1 # prior art
   19    -1 
   20    -1 -	https://github.com/GabrielDelepine/smooth-scroll [1,2,~,4,X,6,X,8,X,X,~,X,?,14]
   21    -1 	-	header support needs modification of source
   22    -1 -	https://github.com/firstandthird/smooth-scroller [1,2,X,4,~,6,7,X,X,X,~,X,?,X]
   23    -1 -	https://github.com/cferdinandi/smooth-scroll [1,2,3,4,5,6,X,8,X,X,~,X,?,X]
   24    -1 	-	incomplete parsing of css selector in getClosest
   25    -1 	-	supports many settings
   26    -1 -	https://github.com/narikei/SmoothScrolling [1,2,X,X,5,6,X,8,9,X,X,X,?,X]
   27    -1 -	https://github.com/bloodyowl/scroll
   28    -1 -	https://github.com/iamdustan/smoothscroll [1,2,?,?,5,?,7,?,?,10,11,?,?,?]
   29    -1 
   30    -1 # reference
   31    -1 
   32    -1 -	https://drafts.csswg.org/cssom-view/#scrolling

diff --git a/TODO b/TODO

@@ -1,7 +0,0 @@
    1    -1 -	standards compliant
    2    -1 -	change direction mid-scroll
    3    -1 !	merge upstream
    4    -1 
    5    -1 # wontfix
    6    -1 
    7    -1 -	other containers