Skip to content

Commit

Permalink
update the trailstrokewidth info in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewtheCoder authored Feb 7, 2021
1 parent bdd73fd commit c398b3e
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 @@ -47,7 +47,7 @@ This component has a peer dependency on `react-native-svg`. Read the [full docum
| strokeWidth | number | 12 | Path stroke width |
| strokeLinecap | round \| square | round | Path stroke line cap |
| trailColor | string | #d9d9d9 | Circle trail color - takes any valid color format (HEX, rgb, rgba, etc.) |
| trailStrokeWidth | number | false | Trail Path stroke width.By default the value will be `strokeWidth`. |
| trailStrokeWidth | number | false | Trail path stroke width. By default it has the value of `strokeWidth`. |
| rotation | clockwise \| counterclockwise | clockwise | Progress path rotation direction |
| isPlaying | boolean | false | Play and pause animation |
| \* isLinearGradient | boolean | false | \* Apples linear gradient on top of the circle. The gradient doesn't follow the circle path. Works best with two colors. |
Expand Down

0 comments on commit c398b3e

Please sign in to comment.