I have a problem in which I've got transitions such as EntranceThemeTransition on some controls which means they appear in a pleasant manner. However, these transitions seem to ignore the regular clip of the containing control, i.e. the ListView or ScrollViewer.
It means that for a split second my elements appear outside of the ListView as they are animating, but once the animation is over, the elements respect the clipping path and every works great.
Basically, I want the transition animations to respect the clip of the containing element, just as they do once the clip is over. It's not just ListView that has the problem, FlipView seems to also.
For a split second, I'll see the animation happen inside a FlipViewItem which isn't the current one! I don't see how that can't be a bug in FlipView.
Anyway, is there any way to get those transition animations to respect the clip? It's very ugly to see a split second of animation outside of the ListView etc.