| Wijmo Control Toolkit Extender Controls > C1DialogExtender > Animating the Dialog Window |
The C1DialogExtender control supports animation. You can control animation when the dialog window is hidden, expanded, collapsed, or opened.
<h2>
Dialog</h2>
<br />
<span>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</span>
Your markup should look similar to this:
<wijmo:C1DialogExtender ID="Panel1_C1DialogExtender" runat="server"
CloseOnEscape="False" Hide="slide" Show="bounce" TargetControlID="Panel1">
<CollapsingAnimation>
<Animated Effect="fade" />
</CollapsingAnimation>
<ExpandingAnimation>
<Animated Effect="explode" />
</ExpandingAnimation>
</wijmo:C1DialogExtender>