How can this visual effect be accomplished? UserControls that are to become Visible appear to approach from far away until they reach the display. UserControls that are to become Hidden approach the user and pass out of view behind the user.
I was thinking that there should be a Transform that could run along a storyboard that would, in the case of becoming visible, start with the UserControl being very small, increasing its size steadily until its full size was achieved. Likewise, a UserControl becoming Hidden would start with at full size and grow from there until it was multiple times its original size, at which point it would quickly fade and then become Hidden, thus emulating the effect of leaping off the display and moving behind the user. However, I don't know how to accomplish this effect in a XAML storyboard. Any help on this would be appreciated.
Richard Lewis Haggard