OH_ArkUI_AnimateOption_SetDelay

Function OH_ArkUI_AnimateOption_SetDelay 

Source
pub unsafe extern "C" fn OH_ArkUI_AnimateOption_SetDelay(
    option: *mut ArkUI_AnimateOption,
    value: i32,
)
Available on crate feature api-12 only.
Expand description

Sets the animation delay.

ยงArguments

  • option - Indicates the pointer to an animation configuration.

  • value - Indicates the animation delay.

Available since API-level: 12