arkui_sys::native_animate

Function OH_ArkUI_AnimatorOption_GetBegin

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

Obtains the interpolation start point of an animation.

§Arguments

option - Indicates the animator parameters.

§Returns

Returns the interpolation start point of the animation.

Available since API-level: 12