diff --git a/en/application-dev/ui/ui-js-animate-dynamic-effects.md b/en/application-dev/ui/ui-js-animate-dynamic-effects.md index 2e3e2fd77c5e3fb76d716653f7d5253d39e16eed..a80f849b282d1fec713c62bd7347c3d4ac9a6e01 100644 --- a/en/application-dev/ui/ui-js-animate-dynamic-effects.md +++ b/en/application-dev/ui/ui-js-animate-dynamic-effects.md @@ -7,7 +7,7 @@ You can set the interpolator to implement the animation effect. For details, see ## Creating an Animation Object -Use **createAnimator** to create an animation object and set the animation attributes with the [options](../js-reference/js-based-web-like-development-paradigm/js-components-common-methods.md#table587915341817) parameter. +Use **createAnimator** to create an animation object and set the animation attributes with the [options](../reference/arkui-js/js-components-common-methods.md#table587915341817) parameter. ```