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 439e8e5 commit 4170f7dCopy full SHA for 4170f7d
README.md
@@ -1,7 +1,9 @@
1
-# Scroll Direction 1.0.1
+# Scroll Direction v1.0.1
2
A lightweight jQuery plugin to detect scroll direction.
3
4
-**[View the Demo on CodePen →](https://codepen.io/phucbui/pen/yLaeqBw)**
+**[View the informative Demo on CodePen →](https://codepen.io/phucbui/pen/yLaeqBw)**
5
+
6
+**[A Sticky Menu using Scroll Direction →](https://codepen.io/phucbui/pen/yLaeqBw)**
7
8
## Getting started
9
@@ -106,4 +108,4 @@ You can also check the current scroll direction/position using these provided AP
106
108
if($.scrollDirection.isScrollUp){
107
109
// do something
110
}
-```
111
+```
0 commit comments