Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ Fades out the edges of the scroll content.

If the value is greater than `0`, the fading edges will be set accordingly to the current scroll direction and position, indicating if there is more content to show.

| Type | Default |
| ------ | ------- |
| number | `0` |
| Type | Default |
| -------------------------------------------------- | ------- |
| number<hr />object: `{start: number, end: number}` | `0` |

---

Expand Down
6 changes: 3 additions & 3 deletions website/versioned_docs/version-0.81/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ Fades out the edges of the scroll content.

If the value is greater than `0`, the fading edges will be set accordingly to the current scroll direction and position, indicating if there is more content to show.

| Type | Default |
| ------ | ------- |
| number | `0` |
| Type | Default |
| -------------------------------------------------- | ------- |
| number<hr />object: `{start: number, end: number}` | `0` |

---

Expand Down