diff --git a/docs/scrollview.md b/docs/scrollview.md index 1605e7df037..b35d481d71c 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -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
object: `{start: number, end: number}` | `0` | --- diff --git a/website/versioned_docs/version-0.81/scrollview.md b/website/versioned_docs/version-0.81/scrollview.md index 6ffdf71e986..d574a984e28 100644 --- a/website/versioned_docs/version-0.81/scrollview.md +++ b/website/versioned_docs/version-0.81/scrollview.md @@ -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
object: `{start: number, end: number}` | `0` | ---