| Wijmo Control Toolkit Extender Controls > C1Accordion Extender > Applying Animation to the Accordion |
The C1AccordionExtender control supports animation. Simply set the Animated Effect property to take advantage of this feature.
<wijmo:C1AccordionExtender ID="Panel1_C1AccordionExtender" runat="server"
TargetControlID="Panel1">
<Animated Effect="easeInOutCirc" />
</wijmo:C1AccordionExtender>
<h3>Pane 1</h3>
<div>
<p>
Pane 1 content here.
</p>
</div>
<h3>Pane 2</h3>
<div>
<p>
Pane 2 content here.
</p>
</div>
<h3>
Pane 3</h3>
<div>
<p>
Pane 3 content here.
</p>
</div>
<h3>
Pane 4</h3>
<div>
<p>
Pane 4 content here.
</p>
</div>
<wijmo:C1AccordionExtender ID="Panel1_C1AccordionExtender" runat="server" TargetControlID="Panel1">
</wijmo:C1AccordionExtender>