From dc5e71baaa10fca5154aa5f76dfe25c35130cc96 Mon Sep 17 00:00:00 2001 From: chen-xiaoxue299 Date: Sat, 9 Aug 2025 16:19:04 +0800 Subject: [PATCH] mark Signed-off-by: chen-xiaoxue299 --- api/@ohos.curves.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.curves.d.ts b/api/@ohos.curves.d.ts index 6e9f42033b..c6a23ad9a1 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. *

-- Gitee