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

FlipWarp, MotionBlurredZoom and RollTransition effects not working in xbap

2 Answers 61 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
javier
Top achievements
Rank 1
javier asked on 09 May 2011, 01:07 PM

Hello,

I have a wpf desktop application with a radtransition control that use multiple transition effects (slideAndZoom, flipWrap, Roll, MotionBlurZoom).
I recently create the same application but in a WPF browser application (xbap).  exept the slide&zoom effect, all the other effect were replaced by a fade effect.
Is there a solution for this?

Greetings

2 Answers, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 12 May 2011, 07:35 AM
Hello,

RadTransitionControl makes an extensive use of shaders for its transitions. XBAP's security policy does not alow the use of shaders. I believe the reason is they use hardware support and video card. You can not use anything like transparent popups and shaders (including DropShadowEffects) in XBAP so we fallback to more generic transition that use CLR animations. This means in XBAP we can only animate common properties like RenderTransform, Opacity etc. With the lack of Silverlight's perspective transformation we are pretty much stuck to the Fade effect.

If you want to use such transitions consider click-once application instead of XBAP.

I am really sorry for the inconvenience.

Kind regards,
Pana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Francesco
Top achievements
Rank 1
answered on 13 Mar 2013, 08:19 AM
Hi, 
i am in the same situation as javier.
I have a WPF desktop application and now i reuse the code in a new XBAP (compiled in click-once mode) application.
I use Telerik radControl for WPF Q2 2012 SP2.

In the application there is a transition control with slide and zoom effect. If i run desktop application it work fine, but if i run XBAP application when animation start, the image flickers and the animation is not visible.

I tested my application on 3 PC and result is the same.
I tested all transition effect type and the result is the same.

There is a solution to implement any radTransition on XBAP application?

Thanks
Francesco.
Tags
TransitionControl
Asked by
javier
Top achievements
Rank 1
Answers by
Pana
Telerik team
Francesco
Top achievements
Rank 1
Share this question
or