Skip to content

Commit

Permalink
Add blur option to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcrty authored Dec 6, 2016
1 parent da7dd1c commit 6aa0258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ $('body').flurry('destroy');

`large` (number) determines the font size of the largest flakes in pixels. Default is `28`.

`blur` (boolean) determines whether a blur effect is applied to smaller flakes. Default is `true`.

`wind` (number) controls how far to the left each flake will drift in pixels. Default is `40`. Use a negative number to make flakes drift to the right.

`windVariance` (number) controls how much each flake will drift in pixels using the `wind` as a base; lower creates less random drift. Default is `20`.
Expand Down

0 comments on commit 6aa0258

Please sign in to comment.