Skip to content

Commit

Permalink
Fix property name of progressBarColor
Browse files Browse the repository at this point in the history
Fix property name of progressBarColor in table of default options.
  • Loading branch information
Guylherme Tabosa authored Mar 13, 2017
1 parent 8daaa31 commit 6632eb4
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 @@ -123,7 +123,7 @@ Argument | Default Value | Description
**pauseOnHover** | *true* | Pause the toast timeout while the cursor is on it.
**resetOnHover** | *false* | Reset the toast timeout while the cursor is on it.
**progressbar** | *true* | Enable timeout progress bar.
**progressbarColor** | *''* | Progress bar color.
**progressBarColor** | *''* | Progress bar color.
**animateInside** | *true* | Enable animations of elements in the toast.
**buttons** | *{}* | You can specify an array of buttons.
**transitionIn** | *'fadeInUp'* | Default toast open animation. It can be: bounceInLeft, bounceInRight, bounceInUp, bounceInDown, fadeIn, fadeInDown, fadeInUp, fadeInLeft, fadeInRight or flipInX.
Expand Down

0 comments on commit 6632eb4

Please sign in to comment.