RadControls for ASP.NET AJAX
The ExpandAnimation and CollapseAnimation properties let you apply animated effects when child menu items appear and disappear. Each property is of type Telerik.Web.UI.AnimationSettings, which has two fields:
CopyASPX
<telerik:RadMenu ID="RadMenu1" runat="server">
<ExpandAnimation Type="OutQuart" Duration="300" />
<CollapseAnimation Type="OutQuint" Duration="200" />
</telerik:RadMenu> Tip |
|---|
You can stop the animation by setting Type to "None". |
You can see a live example of Animation effects at First Look.
See Also