OH_ArkUI_AnimatorOption_GetDelay

Function OH_ArkUI_AnimatorOption_GetDelay 

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

Obtains the delay for playing the animation of an animator.

§Arguments

  • option - Indicates the animator parameters.

§Returns

  • Returns the delay for playing the animation, in milliseconds.

Available since API-level: 12