OH_ArkUI_RenderNodeUtils_CreateFloatAnimatableProperty

Function OH_ArkUI_RenderNodeUtils_CreateFloatAnimatableProperty 

Source
pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_CreateFloatAnimatableProperty(
    value: f32,
) -> ArkUI_FloatAnimatablePropertyHandle
Available on crate feature api-20 only.
Expand description

Create a float animatable property handle.

§Arguments

  • value - The property value.

§Returns

  • Handle to the float animatable property.

Available since API-level: 20