Crossfade Container Sizes To The Visible Child

A crossfade's container is a Box aligned to the top-start corner and sized to the largest child currently composed, so swapping a thin child for a taller one pins the thin one to the top mid-transition and drops it when the tall one leaves. Covers boxing both branches into one fixed frame with an explicit alignment, replacing rather than stacking two progress renderers whose track lengths differ, and why fading a whole interactive control makes it untouchable. Use when a bar visibly falls into place after a state change, when two stacked tracks are different lengths, or when a control stops responding for the length of a fade.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/crossfade-container-sizes-to-the-visible-child commit 59c8a23fe9

Frequently asked questions

npx skillmds@latest add maxrave-dev/crossfade-container-sizes-to-the-visible-child