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

Removing all animation

3 Answers 421 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 04 Oct 2012, 03:23 PM
Hi,

we use VS2008 and Telerik V2012.02.912.35 and I would like to know if it's possible to remove all animation in one shot!!! Actually we have an application with multiple DLL which contain RadWindow and others Telerik controls...

As an example, in my solution, I have a docking project and by removing the animation of the main window of my project reduce the display time by more than 50%.

Thank's

3 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 09 Oct 2012, 08:34 AM
Hello Oliver,

You can set :
AnimationManager.IsGlobalAnimationEnabled = false;
in the code behind and this will disable the animations of all controls.

Kind regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Martin
Top achievements
Rank 2
Iron
Iron
Iron
commented on 05 Jan 2022, 09:55 AM

This is apparantly not true .. 

RadComboBox is still animated when it folds out.. 

Martin Ivanov
Telerik team
commented on 07 Jan 2022, 11:25 AM

Can you describe or show which animation exactly do you mean? Also, which Telerik theme do you use?
0
Oliver
Top achievements
Rank 1
answered on 09 Oct 2012, 03:10 PM
Hello Boyan,

by setting this line of code in code behind, the animation of all my RadWindow will be disabled too???

Thank's
0
Boyan
Telerik team
answered on 12 Oct 2012, 01:23 PM
Hi Oliver,

Yes it should disable the Animation of RadWindows as well if set in the CodeBehind of the MainWindow. Yo can place it right before InitializeComponent().

Kind regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
Oliver
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Oliver
Top achievements
Rank 1
Share this question
or