This is a migrated thread and some comments may be shown as answers.

SlideAndZoomCLRTransition doesn't work anymore

4 Answers 33 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Heiko Görig
Top achievements
Rank 1
Heiko Görig asked on 02 Jan 2012, 04:26 PM
Hello,

the SlideAndZoomCLRTransition doesn't work anymore in the current release. It's probably because in the methods StartAnimationOverride and AnimationCompletedOverride the calls to the base implementations are missing.
If I add them, there is still a bug because the controls content is invisible until the animation starts which results in a flickering at the beginning of the transition.

Greeting, Heiko

4 Answers, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 05 Jan 2012, 04:45 PM
Hi,

We will check what the problem is and try to fix it for one of the upcoming internal builds.

Kind regards,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Pana
Telerik team
answered on 09 Jan 2012, 08:35 AM
Hello,

We are currently working on the RadTransitionControl and will try to fix any problems with the CLR transition. The only problem we could experience now is that the new content sometimes flashes at the start of the animation. I believe this is not the problem you are experiencing since you described it as "SlideAndZoomCLRTransition doesn't work" and it sounds like no animations starts at all or something like that. Could you explain in few words what is the behavior you are observing?

Greetings,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Heiko Görig
Top achievements
Rank 1
answered on 09 Jan 2012, 08:50 AM
Hello,

at first, the animation didn't work at all because in SlideAndZoomCLRTransition.StartAnimationOverride the call to base.StartAnimationOverride() was missing and therefore no storyboard was started and OnProgressChanged was never called. After I've added base.StartAnimationOverride() and recompiled the controls I experienced the flickering problem at the beginning of the animation.
0
Pana
Telerik team
answered on 13 Jan 2012, 12:43 PM
Hello,

The CLR transitions will work in the next internal build.

All the best,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
TransitionControl
Asked by
Heiko Görig
Top achievements
Rank 1
Answers by
Pana
Telerik team
Heiko Görig
Top achievements
Rank 1
Share this question
or