This question is locked. New answers and comments are not allowed.
Hi,
I see a lot of people try to achieve that the animation does not show on first container, but somehow i have that behavior by default and i NEED to show the animation on first container.
The code is:
I don't see what i'm doing wrong, i'm setting the content and then i define the transition, but the content is shown without animation. Then when i change the content again i will get the animation.
Has this been changed so it would the default behavior... if so, how do i get it to show the animation?
Best Regards
Peter
I see a lot of people try to achieve that the animation does not show on first container, but somehow i have that behavior by default and i NEED to show the animation on first container.
The code is:
//Set the content of the transition control Trans.Content = _cnv; switch (Transition) { case TransitionEnum.Fade: Trans.Transition = new FadeTransition(); break; case TransitionEnum.FlipWarpAnimation: Trans.Transition = new FlipWarpTransition(); break; }I don't see what i'm doing wrong, i'm setting the content and then i define the transition, but the content is shown without animation. Then when i change the content again i will get the animation.
Has this been changed so it would the default behavior... if so, how do i get it to show the animation?
Best Regards
Peter