Function zng::layout::skew_y

source ยท
pub fn skew_y(child: impl UiNode, y: impl IntoVar<AngleRadian>) -> impl UiNode
Expand description

P Skew Y transform.

This property is a shorthand way of setting transform to new_skew_y(y) using variable mapping.