Skip to content

Commit

Permalink
Fix doc for CircleSnail hidesWhenStopped (#155)
Browse files Browse the repository at this point in the history
fix doc for Progress.CircleSnail hidesWhenStopped Default value is false
  • Loading branch information
cybercarrot authored Jul 10, 2021
1 parent afd3d70 commit 2000d5e
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 @@ -81,7 +81,7 @@ All of the props under _Properties_ in addition to the following:
| Prop | Description | Default |
| ---------------------- | --------------------------------------------------------------- | ---------------------- |
| **`animating`** | If the circle should animate. | `true` |
| **`hidesWhenStopped`** | If the circle should be removed when not animating. | `true` |
| **`hidesWhenStopped`** | If the circle should be removed when not animating. | `false` |
| **`size`** | Diameter of the circle. | `40` |
| **`color`** | Color of the circle, use an array of colors for rainbow effect. | `rgba(0, 122, 255, 1)` |
| **`thickness`** | Thickness of the circle. | `3` |
Expand Down

0 comments on commit 2000d5e

Please sign in to comment.