- commit
- 18b0cf755d350d9d6c893633a06813207e468437
- parent
- ef1e9a012d2f2390539db9a510575d07747c575c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-03-25 09:09
add jquery based libs
Diffstat
| M | README.md | 30 | +++++++++++++++--------------- |
1 files changed, 15 insertions, 15 deletions
diff --git a/README.md b/README.md
@@ -8,18 +8,18 @@ improve existing solutions instead. This is just my personal scratchpad. 8 8 9 9 # Features 10 1011 -1 | | this | [GabrielDelepine](https://github.com/GabrielDelepine/smooth-scroll) | [firstandthird](https://github.com/firstandthird/smooth-scroller) | [cferdinandi](https://github.com/cferdinandi/smooth-scroll) | [narikei](https://github.com/narikei/SmoothScrolling) | [bloodyowl](https://github.com/bloodyowl/scroll) | [iamdustan](https://github.com/iamdustan/smoothscroll) |12 -1 | --- | --- | --- | --- | --- | --- | --- | --- |13 -1 | no dependencies | yes | yes | yes | yes | yes | ~ | yes |14 -1 | packaging | umd | auto | es6 | umd | global | es6 | umd |15 -1 | file size | 3k | 3k | 2k | 18k | 2k | 1k | 9k |16 -1 | can be used from javascript | yes | no | ~ | yes | yes | yes | yes |17 -1 | works on jump-links with minimal config (0-5 lines) | yes | yes | yes | yes | no | no | ? |18 -1 | fixed header support | yes | ~ | no | yes | no | ~ | ? |19 -1 | keeps history intact | yes | yes | no | no | no | ~ | ? |20 -1 | uses requestAnimationFrame | yes | no | yes | no | no | yes | yes |21 -1 | horizontal scrolling support | yes | no | no | no | yes | yes | ? |22 -1 | implements [standard](https://drafts.csswg.org/cssom-view/#scrolling) | no | no | no | no | no | no | yes |23 -1 | project is active | ~ | ~ | yes | yes | no | no | yes |24 -1 | supports containers other than full page | no | no | no | no | no | no | ? |25 -1 | change direction mid-scroll | ? | ? | ? | ? | ? | ? | ? |-1 11 | | this | [GabrielDelepine](https://github.com/GabrielDelepine/smooth-scroll) | [firstandthird](https://github.com/firstandthird/smooth-scroller) | [cferdinandi](https://github.com/cferdinandi/smooth-scroll) | [narikei](https://github.com/narikei/SmoothScrolling) | [bloodyowl](https://github.com/bloodyowl/scroll) | [iamdustan](https://github.com/iamdustan/smoothscroll) | [kswedberg](https://github.com/kswedberg/jquery-smooth-scroll) | [mathiasbynens](https://github.com/mathiasbynens/jquery-smooth-scrolling) | -1 12 | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | -1 13 | no dependencies | yes | yes | yes | yes | yes | ~ | yes | jquery | jquery | -1 14 | packaging | umd | auto exec | es6 | umd | global | es6 | umd | umd | global | -1 15 | file size | 3k | 3k | 2k | 18k | 2k | 1k | 9k | 10k | 2k | -1 16 | can be used from javascript | yes | no | ~ | yes | yes | yes | yes | yes | yes | -1 17 | works on jump-links with minimal config (0-5 lines) | yes | yes | yes | yes | no | no | ? | yes | yes | -1 18 | fixed header support | yes | ~ | no | yes | no | ~ | ? | ~ | no | -1 19 | keeps history intact | yes | yes | no | no | no | ~ | ? | no | yes | -1 20 | uses requestAnimationFrame | yes | no | yes | no | no | yes | yes | ~ | ~ | -1 21 | horizontal scrolling support | yes | no | no | no | yes | yes | ? | yes | no | -1 22 | implements [standard](https://drafts.csswg.org/cssom-view/#scrolling) | no | no | no | no | no | no | yes | no | no | -1 23 | project is active | ~ | ~ | yes | yes | no | no | yes | yes | no | -1 24 | supports containers other than full page | no | no | no | no | no | no | ? | yes | no | -1 25 | change direction mid-scroll | ? | ? | ? | ? | ? | ? | ? | ? | ? |