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 63a328927a57d7363f5a3743dda6f828d587b744..caaf5d22815504e5293e0a1a5990ed56a363a9c0 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