2023年6月25日
WPF Translate and Scale at same time, Scale appears to use original positionWPF Translate and Scale at same time
xaml – WPF Translate and Scale at same time, Scale appears to use original position – Stack Overflow
The best answer I could come up with was as you both said, Scale first, then translate. Or, separate Scale and Translate onto different items that appear and disappear as required, giving the illusion of a single animated item if the timing is set up correctly