OH_ArkUI_AnimatorOption_GetEnd

Function OH_ArkUI_AnimatorOption_GetEnd 

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

Obtains the interpolation end point of an animation.

§Arguments

  • option - Indicates the animator parameters.

§Returns

  • Returns the interpolation end point of the animation.

Available since API-level: 12