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

Invalid Type on Transition Easing

2 Answers 66 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Dustin Clonch
Top achievements
Rank 1
Dustin Clonch asked on 24 Jun 2011, 06:28 PM
On the QuarticEase below, I am getting an "Invalid Type" Error. 
Any Easing function I try to enter gives me the same Invalid Type error. Help please!
Visual Studio 2010 w/ .Net 4 with RadControls for WPF 2011_1_0419.

<
Grid x:Name="MainGrid" Background="{StaticResource HelpBrush}">
        <telerik:RadTransitionControl x:Name="TransControl" Width="484" Height="384" Duration="0:0:1"
                                      Padding="32">
            <telerik:RadTransitionControl.Transition>
                <telerik:PerspectiveRotationTransition Direction="Left">
                </telerik:PerspectiveRotationTransition>
            </telerik:RadTransitionControl.Transition>
            <telerik:RadTransitionControl.Easing>
                <QuarticEase EasingMode="EaseOut"/>
            </telerik:RadTransitionControl.Easing>
        </telerik:RadTransitionControl>
</
Grid>



2 Answers, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 27 Jun 2011, 03:34 PM
Hello Dustin,

I suppose you are using RadControls for WPF 3.5. If this is true, you cannot use Microsoft easing functions with RadTransitionControl. You could use them and run your sample code without any trouble together with RadControls for WPF 4.0.
However if you want to use RadControls for WPF 3.5, you will need to implement your own easing functions.

Hope this helps.

Best wishes,
Ivo
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
Dustin Clonch
Top achievements
Rank 1
answered on 27 Jun 2011, 04:48 PM
That did the trick.  Thanks!
Tags
TransitionControl
Asked by
Dustin Clonch
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Dustin Clonch
Top achievements
Rank 1
Share this question
or