- commit
- 3ea9c31d4de15b2cb84c6d5f9d3a9e8e2d571002
- parent
- 6fa27649d81bbc969bda64f5aedf5bb2617e3142
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-01-02 22:38
replace README
Diffstat
| M | README.md | 15 | ++++++++++++--- |
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
@@ -1,7 +1,16 @@1 -1 # Sticky-kit-1 1 # Relatively Sticky 2 23 -1 A jQuery plugin for making smart sticky elements.-1 3 This is work in progress. 4 45 -1 See the homepage for directions and examples: <http://leafo.net/sticky-kit/>-1 5 *relatively sticky* is planned to be a drop-in replacement for the excellent -1 6 [sticky-kit](https://github.com/leafo/sticky-kit). The idea was to be able to -1 7 have sticky elements within any scrollable element, not only window. But from -1 8 the simple idea this grew into a rewrite of more or less the whole project. -1 9 -1 10 The approach taken here is different from the one in sticky-kit: Instead of -1 11 using a mixture of static, absolute and fixed positioning for different cases -1 12 (normal, bottomed, fixed) this always uses relative positioning. This way the -1 13 element stays in its original context and we do not need to sync it manually. -1 14 There is also no need for a spacer. 6 15 7 16 License: WTFPL