From a2c6ba71d666787411cb6e664a856c5cf1bdf57f Mon Sep 17 00:00:00 2001 From: Zhang Jinyu Date: Thu, 5 Dec 2024 09:16:10 +0800 Subject: [PATCH] =?UTF-8?q?Swiper=E5=B8=A6=E5=8A=A8=E7=94=BB=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9C=5FAPI=E6=8E=A5=E5=8F=A3=E6=B3=A8=E9=87=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhang Jinyu --- arkui/ace_engine/native/native_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f20102e7c..d46271f35 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -4938,8 +4938,8 @@ typedef enum { * * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n * .value[0].i32:Specify the index value of the page in Swiper.\n - * .value[1]?.i32:Set whether there is an animation effect when flipping to the specified page. 1 indicates active - * effect, 0 indicates no active effect, default value is 0。\n + * .value[1]?.i32:Set the animation effect mode when turning to the specified page. 2 indicates the use of a fast + * animation effect, 1 indicates default animation effect, 0 indicates no active effect, default value is 0。\n */ NODE_SWIPER_SWIPE_TO_INDEX, -- Gitee