The SizeTransition should just take an AlignmentGeometry like everything else, not a double for the axisAlignment, which takes a bit of learning to understand.
It hard codes right side alignment for the cross axis (the one that is not being clipped), and it shouldn't: it limits the use cases quite a lot.
The SizeTransition should just take an AlignmentGeometry like everything else, not a double for the
axisAlignment, which takes a bit of learning to understand.It hard codes right side alignment for the cross axis (the one that is not being clipped), and it shouldn't: it limits the use cases quite a lot.