@motion-script/core / ChildPositioning
Type Alias: ChildPositioning
ChildPositioning =
"relative"|"absolute"
Defined in: attributes/layout/positioning.ts:26
The positioning a container hands its children — Node.childPositioning.
'relative'(default) — children are laid out by this node: measured against its content box and placed by itsflowpass.'absolute'— children are pinned to the stage. This node still owns them (they render inside its scope, so itsopacity,clip,blend,effectsand rotation/scale still apply), but it no longer positions or sizes them.