OH_ArkUI_AnimateOption_GetCurve

Function OH_ArkUI_AnimateOption_GetCurve 

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

Obtains the animation curve.

§Arguments

  • option - Indicates the pointer to an animation configuration.

§Returns

  • Returns the animated curve.If Null is returned, it means option is an invalid value.

Available since API-level: 12