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

RenderTransforms?

1 Answer 81 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Miha Markic
Top achievements
Rank 1
Miha Markic asked on 30 Sep 2010, 11:33 AM
Hi guys,

Do you take apply RenderTransforms to the transition?
For example:
<telerik:RadTransitionControl ClipToBounds="False" Content="[Bound to data]" Margin="30" Duration="0:0:0.2"
                                                                      VerticalContentAlignment="Center" HorizontalContentAlignment="Center">
                                            <telerik:RadTransitionControl.Transition>
                                                <telerik:MotionBlurredZoomTransition />
                                            </telerik:RadTransitionControl.Transition>
                                            <telerik:RadTransitionControl.RenderTransform>
                                                <TranslateTransform Y="Some value, i.e. -200" />
                                            </telerik:RadTransitionControl.RenderTransform>
                                        </telerik:RadTransitionControl>

This transition will position the Content disappearance at center instead at TranslateTransform-ed location.

1 Answer, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 04 Oct 2010, 10:48 AM
Hello Miha Markic,

As far as I am aware there is no problem with setting translate transform on RadTransitionControl. However the transitions work in such way that if the size of the new and the old content differ the transition may move the old at the beginning of the animation. Can you test if the glitch does appear without the transition's translate transform? I failed to reproduce the problem locally so if you can send a small working example of the transition control that reproduces the bug we would be able to debug it for you. Also if the mentioned size change occur we may be able to provide somewhat workaround.

Best wishes,
Panayot
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
Tags
TransitionControl
Asked by
Miha Markic
Top achievements
Rank 1
Answers by
Pana
Telerik team
Share this question
or