Layout methods
Methods available on the AutoLayout instance returned by createLayout(), to record, animate, and revert layout states.
const layout = createLayout(root, parameters);
┌───────────┐
layout.│record() │
layout.│animate() ├─ Methods
layout.│update() │
layout.│revert() │
└───────────┘
In this section