Skip to content

Commit

Permalink
chore(docs): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jun 29, 2023
1 parent 2570105 commit 599266e
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 @@ -98,7 +98,7 @@ tricklingProgress.done()
| `rtl` <br /> (Added in v1.6.0) | `boolean` | `false` | Change the progress direction to right-to-left. |
| `removeFromDOMWhenDone` <br /> (Added in v1.9.0) | `boolean` | `true` | Remove the component from the DOM when done, re-add when needed. This can have performance implications on complex apps as style calculations are slow. If set to `false`, just hidden the DOM via `display: none` when progress done. |
| `zIndex` <br /> (Added in v1.8.0) | `number/string` | `1031` | Specify this to change progress bar **z-index**. |
| [trickleIncrementalCurve](https://github.com/yisibell/trickling#trickle-incremental-curve) <br /> (Added in v1.10.0) | `(currentStatus: number) => TrickleIncrementalCurveRecord[]/TrickleIncrementalCurveRecord[]` | see below | You can use this option to configure the **incremental curve** of the trickle. |
| [trickleIncrementalCurve](https://github.com/yisibell/trickling#trickle-incremental-curve) <br /> (Added in v1.10.0) | See below | See below | You can use this option to configure the **incremental curve** of the trickle. |


# Trickle Incremental Curve
Expand Down

0 comments on commit 599266e

Please sign in to comment.