Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix property name of progressBarColor #35

Merged
merged 2 commits into from
Mar 13, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix property name of progressBarColor
Fix property name of progressBarColor in table of default options.
  • Loading branch information
Guylherme Tabosa authored Mar 13, 2017
commit 6632eb4110c54f394ebc9dc92a343fa1fc9e1873
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