Skip to content

Commit

Permalink
added tip on how to use forceHeight option
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Prinzhorn committed Jun 10, 2012
1 parent a9584d2 commit 07d3b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ When ```forceHeight``` is set to false, ```scale``` is ignored.

```true```: Make sure the document is high enough that all key frames fit inside. Example: You use ```data-1000```, but the content only makes the document 500px high. skrollr will ensure that you can scroll down the whole 1000px.

```false```: Don't manipulate the document and just keep the natural scrollbar.
```false```: Don't manipulate the document and just keep the natural scrollbar. Tip: Use ```data-end``` to create nice effects on usual content-driven websites.

#### beforerender

Expand Down

0 comments on commit 07d3b91

Please sign in to comment.