diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f20102e7c33d5f92c712e0117bd385132ca063ba..d46271f357305601d248d6fa932094e811995796 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,