Function zng::layout::translate_z
source ยท pub fn translate_z(child: impl UiNode, z: impl IntoVar<Length>) -> impl UiNode
Expand description
P
Translate Z transform.
This property is a shorthand way of setting transform
to new_translate_z(z)
using variable mapping.