Skip to content

Commit

Permalink
lowercase urls, fixes #93
Browse files Browse the repository at this point in the history
  • Loading branch information
stutrek committed Dec 9, 2019
1 parent de45fce commit 0d72fa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -51,12 +51,12 @@ _Note: an element is said to be in the viewport if it is scrolled into its paren

## Demos

* [Stress Test](http://stutrek.github.com/scrollMonitor/demos/stress.html) - Test with as many watchers as you'd like
* [Stress Test in a div](http://stutrek.github.com/scrollMonitor/demos/stressTestInDiv.html) - Note how much slower scrolling a div is than scrolling the body.
* [Nested scrollers](http://stutrek.github.com/scrollMonitor/demos/divInADiv.html)
* [Fixed Positioning and Locking](http://stutrek.github.com/scrollMonitor/demos/fixed.html)
* [Anchored section headers](http://stutrek.github.com/scrollMonitor/demos/list.html)
* [Complex sidebar behavior](http://stutrek.github.com/scrollMonitor/demos/scoreboard.html)
* [Stress Test](http://stutrek.github.com/scrollmonitor/demos/stress.html) - Test with as many watchers as you'd like
* [Stress Test in a div](http://stutrek.github.com/scrollmonitor/demos/stressTestInDiv.html) - Note how much slower scrolling a div is than scrolling the body.
* [Nested scrollers](http://stutrek.github.com/scrollmonitor/demos/divInADiv.html)
* [Fixed Positioning and Locking](http://stutrek.github.com/scrollmonitor/demos/fixed.html)
* [Anchored section headers](http://stutrek.github.com/scrollmonitor/demos/list.html)
* [Complex sidebar behavior](http://stutrek.github.com/scrollmonitor/demos/scoreboard.html)

## Watcher Objects

Expand Down

0 comments on commit 0d72fa5

Please sign in to comment.