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

RadWindow Open/Close Animation

4 Answers 138 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pam
Top achievements
Rank 1
Pam asked on 22 Nov 2011, 02:10 AM
How do I change rad window open animation and close animation properties?  It says these properties must be set in XMAL but I don't know the syntax to use.   Thank you.

4 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 22 Nov 2011, 08:27 AM
Hi Pam,

 Thank you for writing.
Please have a look at this help topic to see how to set the window's animation properties.
For more information on RadAnimation and other available pre-made animations, please refer to this topic.
Finally, in order to declare these animations in XAML this namespace is required:

xmlns:telerikCore="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Core"

Write again if you have other questions.

All the best,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Pam
Top achievements
Rank 1
answered on 23 Nov 2011, 03:02 AM
I added the following XMAL open animation code to my project.

  

<telerikPrimitives:RadWindow.OpenAnimation>

     <animation:RadPlaneProjectionAnimation Easing="" Duration="0:0:2" >

 

    </animation:RadPlaneProjectionAnimation>

</telerikPrimitives:RadWindow.OpenAnimation>

 


Can you tell me where I can find the valid values I can add to the Easing property above?  Thank you.
0
Victor
Telerik team
answered on 23 Nov 2011, 09:18 AM
Hi Pam,

 RadAnimation uses the standard Silverlight easing type. You can see all the available easings in the Easing Functions section on this page.

Best wishes,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Zeeshan
Top achievements
Rank 1
answered on 11 Aug 2013, 08:25 PM
There is the alot of animation website where you can easily do animate online but this information is not know anyone.. if you don't know about this search on the search engine or HeRe.. Thank You
Tags
Window
Asked by
Pam
Top achievements
Rank 1
Answers by
Victor
Telerik team
Pam
Top achievements
Rank 1
Zeeshan
Top achievements
Rank 1
Share this question
or