Skip to content

Commit

Permalink
Merge pull request #311 from advyth/master
Browse files Browse the repository at this point in the history
Fixed typo from hight to height
  • Loading branch information
nkbt authored Oct 19, 2022
2 parents 154e376 + 2ed9559 commit 32592dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Example: [example/App/ForceInitialAnimation.js](example/App/ForceInitialAnimatio

Number in `ms`.

Collapse will check height after thins timeout to determine if animation is completed, the shorter the number - the faster `onRest` will be triggered and the quicker `hight: auto` will be applied. The downside - more calculations.
Collapse will check height after thins timeout to determine if animation is completed, the shorter the number - the faster `onRest` will be triggered and the quicker `height: auto` will be applied. The downside - more calculations.
Default value is: `50`.


Expand Down Expand Up @@ -239,7 +239,7 @@ The implications is that you will need to update your CSS with transition:
: {height: '0px', overflow: 'hidden'};
```

- `checkTimeout` number in `ms`. Collapse will check height after thins timeout to determine if animation is completed, the shorter the number - the faster `onRest` will be triggered and the quicker `hight: auto` will be applied. The downside - more calculations.
- `checkTimeout` number in `ms`. Collapse will check height after thins timeout to determine if animation is completed, the shorter the number - the faster `onRest` will be triggered and the quicker `height: auto` will be applied. The downside - more calculations.
Default value is: `50`.

### 3. Deprecated props (not available in `v5`)
Expand Down

0 comments on commit 32592dd

Please sign in to comment.