Skip to content

Commit

Permalink
Add fadeIn prop to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcan committed May 25, 2020
1 parent fe16bd9 commit abf8189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Property | Type | Required | Default value | Description
`errorFallback`|func|no||
`onLoad`|func|no||
`delay`|number|no|| Delay in milliseconds before showing the `fallback`
`fadeIn`|bool|no|false|Use built-in fade animation on img
`NativeImgProps`|React.ImgHTMLAttributes<HTMLImageElement>|no||
-----

Expand Down
2 changes: 1 addition & 1 deletion src/loaders/shimmer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Shimmer Loader
### Shimmer Loader

## Usage

Expand Down

0 comments on commit abf8189

Please sign in to comment.