This creates an image in a panel so that the image width is constrained by the panel and it’s padding. When the app is started the image rotates and scales down to 0 (disappears).
What I would like to do is to do this in reverse so that as the app starts the image scales from 0 to the size as would be constrained by the panel (and rotates also).
Can anyone explain how I can set the initial 0 size and then scale to size = “auto”?
You will want to use AddingAnimation for this. Note that it is played backwards by default, so you need to invert the animators inside of it. Here’s the code: