We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff8dcd commit eb53fc6Copy full SHA for eb53fc6
readme.textile
@@ -1,8 +1,14 @@
1
h1. Smooth Scroll Plugin
2
3
+h2. Features
4
+
5
* Allows for easy implementation of smooth scrolling for same-page links.
6
* Works like this: $('a').smoothScroll();
7
* Specify a containing element if you want: $('#container a').smoothScroll();
8
* Exclude links if they are within a containing element: $('#container a').smoothScroll({excludeWithin: ['.container2']});
9
* Exclude links if they match certain conditions: $('a').smoothScroll({exclude: ['.rough','#chunky']});
10
* Adjust where the scrolling stops: $('.backtotop').smoothScroll({offset: -100});
11
12
+h2. Flaws
13
14
+* No history/back-button management
0 commit comments