Skip to content

Commit 6d0364f

Browse files
committed
Added bounceHeight to the docs
1 parent 4cdfb41 commit 6d0364f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,13 @@ This prop will control the size of each dot that will be displayed for the anima
8484
@type {Number}
8585
```
8686

87-
This prop will control the border radius of the dots in case you want a specific amount of border radius. If you don't fill this prop it will use a rounded border radius with the formula: `size / 2`.
87+
This prop will control the border radius of the dots in case you want a specific amount of border radius. If you don't fill this prop it will use a rounded border radius with the formula: `size / 2`.
88+
89+
### bounceHeight
90+
91+
```js
92+
@type {Number}
93+
default 20
94+
```
95+
96+
This prop will control the height of the bouncing for the loading dots. The higher the value the higher the will bounce up and down. From `0` to `bounceHeight` and from `0` to `-bounceHeight`.

0 commit comments

Comments
 (0)