OH_ArkUI_AnimateOption_GetDelay

Function OH_ArkUI_AnimateOption_GetDelay 

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

Obtains the animation delay, in milliseconds.

§Arguments

  • option - Indicates the pointer to an animation configuration.

§Returns

  • Returns the animation delay.

Available since API-level: 12