From 6aa0258ce67dd4a03cec2de79c2b4ee082369aca Mon Sep 17 00:00:00 2001 From: Josh McCarty Date: Tue, 6 Dec 2016 14:59:10 -0700 Subject: [PATCH] Add blur option to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70835c4..37cf639 100644 --- a/README.md +++ b/README.md @@ -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`.