arkui_sys::native_animate

Function OH_ArkUI_AnimatorOption_GetFill

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

Obtains whether the animator animation is restored to the initial state after being executed.

§Arguments

option - Indicates the animator parameters.

§Returns

Returns whether the animator animation is restored to the initial state after being executed.

Available since API-level: 12