Layout Transition
Represents a transition between two layout states, enabling animation by interpolating node positions at a given progress fraction.
Nodes present only in from are treated as exiting (animate to their last known position). Nodes present only in to are treated as entering (animate from their target position).
Parameters
from
The starting layout state.
to
The ending layout state.
Type Parameters
T
The node type of the external tree.
Properties
Functions
Link copied to clipboard
Returns an interpolated layout at the given progress (0.0 = from, 1.0 = to).