diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index a4bd8a2889a47e11c5f65ab80cad9cbb45f6c2d3..a792716c9d65ff96f405938daa296a4aecd8f415 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -4992,8 +4992,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,