From 43cfdb1c43c682cf051ce34cdc4737ab4431819c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Tue, 1 Aug 2023 01:33:47 +0000 Subject: [PATCH] update reduce-frame-loss-and-frame-freezing/reduce-animation-frame-loss.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- .../reduce-animation-frame-loss.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/performance/reduce-frame-loss-and-frame-freezing/reduce-animation-frame-loss.md b/zh-cn/application-dev/performance/reduce-frame-loss-and-frame-freezing/reduce-animation-frame-loss.md index 63a328927a..caaf5d2281 100644 --- a/zh-cn/application-dev/performance/reduce-frame-loss-and-frame-freezing/reduce-animation-frame-loss.md +++ b/zh-cn/application-dev/performance/reduce-frame-loss-and-frame-freezing/reduce-animation-frame-loss.md @@ -90,7 +90,7 @@ struct AttrAnimationExample { } ``` -更详细的API文档请参考:https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/arkui-ts/ts-animatorproperty.md +更详细的API文档请参考:[属性动画](../../reference/arkui-ts/ts-animatorproperty.md)。 ## 使用系统提供的显式动效API @@ -139,4 +139,4 @@ struct AnimateToExample { } ``` -更详细的API文档请参考:https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/arkui-ts/ts-explicit-animation.md \ No newline at end of file +更详细的API文档请参考:[显式动画](../../reference/arkui-ts/ts-explicit-animation.md)。 \ No newline at end of file -- GitLab