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

Disabling Zoom Animation

3 Answers 150 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 30 Jan 2013, 09:54 PM
Is there a good way to disable the zoom animation that happens on the RadDiagram when I set the Zoom property on my diagram?
I want it to be instantaneous.

Thanks

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 01 Feb 2013, 08:12 AM
Hi Alan,

 The ZoomAnimation is controlled by the DiagramAnimations.IsZoomAnimationEnabled attached property. I am showing you a snippet from our OrgChart demo where we have disabled this animation via style targeting the RadDiagram:

<Setter Property="telerik:DiagramAnimations.IsZoomAnimationEnabled" Value="False" />



All the best,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Alan
Top achievements
Rank 1
answered on 03 Feb 2013, 05:41 AM
Thanks, works great.

Is there central place you document your hidden dependency properties for RadDiagram and your other controls?

Alan
0
Petar Mladenov
Telerik team
answered on 04 Feb 2013, 07:05 AM
Hello Alan,

 We understand your frustration for not finding this in our documentation. It is definitely our miss. Usually such properties are described in the concrete feature article (for example Pan and Zoom) or in a separate article named Animations. We have logged this and we also updated your telerik account points as a thanks for your cooperation.

Greetings,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Diagram
Asked by
Alan
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Alan
Top achievements
Rank 1
Share this question
or