diff --git a/api/@ohos.curves.d.ts b/api/@ohos.curves.d.ts index 6e9f42033bd1b286e920b84aebe88c31541f769f..c6a23ad9a1d6db4e752d28b8520263503a36f859 100644 --- a/api/@ohos.curves.d.ts +++ b/api/@ohos.curves.d.ts @@ -692,8 +692,8 @@ declare namespace curves { * @param { function } interpolate - Custom interpolation callback.fraction: input x value for interpolation. * when the animation starts. Value range: [0, 1]The return value is the y value of the curve. Value range: [0, 1]. *

**NOTE**: - *
If fraction is 0, the return value 0 corresponds to the animation start point; any other return value means that - *
the animation jumps at the start point.If fraction is 1, the return value 1 corresponds to the animation + *
If fraction is 0, the return value 0 corresponds to the animation start point; any other return value means + *
that the animation jumps at the start point.If fraction is 1, the return value 1 corresponds to the animation *
end point; any other return value means that the end value of the animation is not the value of the state *
variable, which will result in an effect of transition from that end value to the value of the state variable. *