Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersyd authored Apr 8, 2021
1 parent 37732db commit eac9ac1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ struct ContentView: View {
}
```

## Motion Toast View
## Note:
#### When used custom animation provide it duration in `animDuration` parameter
#### Change the `animDuration` only if custom animation is used, or it may cause delay in pointer result.

## Fortune Wheel properties
<table style="width:100%">
<tr>
<th>Parameter</th>
Expand Down Expand Up @@ -98,6 +102,12 @@ struct ContentView: View {
<td>Color</td>
<td>Color(hex: "252D4F")</td>
</tr>
<tr>
<td>animDuration</td>
<td>true</td>
<td>Double</td>
<td>6</td>
</tr>
<tr>
<td>animation</td>
<td>true</td>
Expand Down

0 comments on commit eac9ac1

Please sign in to comment.