Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit cd3236b

Browse files
committed
demo should be the top!!
1 parent a305d6f commit cd3236b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
jQuery.scrollbeacon is a scroll event utility.
44
You can set a target object and receive events when it changes the position to the viewport.
55

6+
## DEMO
7+
8+
* [basic scrolling](http://beatak.github.com/jquery-scrollbeacon/)
9+
* [infinite scrolling](http://beatak.github.com/jquery-scrollbeacon/infinitescroll.html)
10+
* [dial control](http://beatak.github.com/jquery-scrollbeacon/dial.html)
11+
612
## Design Concept
713

814
* lightweight
@@ -48,12 +54,6 @@ What you really care is `MovingTarget` instances.
4854
var parent = $('.scrollbeacon').data('scroller');
4955
parent.refresh();
5056

51-
## DEMO
52-
53-
* [basic scrolling](http://beatak.github.com/jquery-scrollbeacon/)
54-
* [infinite scrolling](http://beatak.github.com/jquery-scrollbeacon/infinitescroll.html)
55-
* [dial control](http://beatak.github.com/jquery-scrollbeacon/dial.html)
56-
5757
## Special Thanks
5858

5959
Heavily inspired by [jQuery Waypoints](http://imakewebthings.com/jquery-waypoints/). [YUI Scroll beacon](http://yuilibrary.com/gallery/show/scroll-beacon) is not something that I knowof until name this. Thanks for [Meetup](http://www.meetup.com/) for letting me make this. And thank you also to [Adrian](http://twitter.com/adrianparsons), [Doug](http://twitter.com/softprops), [Adam](http://twitter.com/akdetrick) and [Mark](http://twitter.com/fishmongr)!

0 commit comments

Comments
 (0)