Skip to content

Commit

Permalink
feat(master): toThresholdTop and bottomThreshold
Browse files Browse the repository at this point in the history
feat(master): toThresholdTop and bottomThreshold

feat(master): toThresholdTop and bottomThreshold

feat(master): toThresholdTop and bottomThreshold
  • Loading branch information
masongzhi committed Jul 14, 2023
1 parent a4123b7 commit 897983b
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 161 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,24 @@ More usages or getting start you can refer to these clearly [examples](https://g
<td></td>
<td>Emited when scrolled to top or left, no param.</td>
</tr>
<tr>
<td><code>toThresholdTop</code></td>
<td>Event</td>
<td></td>
<td>Emited when scrolled to top or left with topThreshold, no param.</td>
</tr>
<tr>
<td><code>tobottom</code></td>
<td>Event</td>
<td></td>
<td>Emited when scrolled to bottom or right, no param.</td>
</tr>
<tr>
<td><code>toThresholdBottom</code></td>
<td>Event</td>
<td></td>
<td>Emited when scrolled to bottom or right with bottomThreshold, no param.</td>
</tr>
<tr>
<td><code>resized</code></td>
<td>Event</td>
Expand All @@ -214,13 +226,13 @@ More usages or getting start you can refer to these clearly [examples](https://g
<td><code>top-threshold</code></td>
<td>Number</td>
<td>0</td>
<td>The threshold to emit <code>totop</code> event, attention to multiple calls.</td>
<td>The threshold to emit <code>toThresholdTop</code> event, attention to multiple calls.</td>
</tr>
<tr>
<td><code>bottom-threshold</code></td>
<td>Number</td>
<td>0</td>
<td>The threshold to emit <code>tobottom</code> event, attention to multiple calls.</td>
<td>The threshold to emit <code>toThresholdBottom</code> event, attention to multiple calls.</td>
</tr>
<tr>
<td><code>root-tag</code></td>
Expand Down
Loading

0 comments on commit 897983b

Please sign in to comment.