You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ You also use CircularProgress without inner Circle
50
50
| endDeg | End degree of CircularProgress, where animation end (0-360), greater than startDeg | Number || 360 |
51
51
| radius | Radius of outer CircularProgress | Number || 100 |
52
52
| innerRadius | Radius of inner CircularProgress | Number || 80 |
53
+
| innerBackgroundColor | Background color of inner CircularProgress | String || transparent |
53
54
| duration | Time in ms, animation processing during this time. Actually animation time is duration / (endDeg - startDeg) smaller than radius | Number || 1000 |
54
55
| children | The children to render inside this component | Node ||`null`|
55
56
| style | The custom styling which will be applied to the container of the `children`| Style ||`null`|
0 commit comments