Data-AnimationSpeed"
From Documentation
m |
|||
Line 1: | Line 1: | ||
{{ZUMLReferencePageHeader}} | {{ZUMLReferencePageHeader}} | ||
− | To change the animation speed, you can apply data-animationspeed attribute. The valid value can be | + | To change the animation speed, you can apply data-animationspeed attribute. The valid value can be 'slow', 'fast' or any integer, same as jQuery. When you specify 0 as the value, it means no animation. |
<source lang="xml"> | <source lang="xml"> |
Revision as of 04:02, 30 June 2014
To change the animation speed, you can apply data-animationspeed attribute. The valid value can be 'slow', 'fast' or any integer, same as jQuery. When you specify 0 as the value, it means no animation.
<div xmlns:ca="client/attribute">
<panel title="Panel" width="500px" border="normal" collapsible="true" ca:data-animationspeed="0">
<panelchildren>panel content</panelchildren>
</panel>
</div>
Version History
Version | Date | Content |
---|---|---|
7.0.3 | June 2014 | [1] Cardlayout should support tuning animation speed or disabling the animation |