From 993bd3767f1a0fd91198a776310e4b8c1e3ae7a0 Mon Sep 17 00:00:00 2001 From: LiAn Date: Wed, 15 Feb 2023 12:19:10 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-container-scroll.md. Signed-off-by: LiAn Signed-off-by: LiAn --- zh-cn/application-dev/reference/arkui-ts/ts-container-scroll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-scroll.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-scroll.md index e0eb8563ca..45937713f6 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-scroll.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-scroll.md @@ -76,7 +76,7 @@ scrollTo(value: { xOffset: number | string, yOffset: number | string, animation? | --------- | ------------------------------------------------------------ | ---- | ------------------------------------------------------------ | | xOffset | Length | 是 | 水平滑动偏移。 | | yOffset | Length | 是 | 竖直滑动偏移。 | -| animation | {
duration: number,
curve: [Curve](ts-animatorproperty.md)
} | 否 | 动画配置:
- duration: 滚动时长设置。
- curve: 滚动曲线设置。 | +| animation | {
duration: number,
curve: [Curve](ts-appendix-enums.md#curve)
} | 否 | 动画配置:
- duration: 滚动时长设置。
- curve: 滚动曲线设置。 | ### scrollEdge -- GitLab