Data-AnimationSpeed

From Documentation
Revision as of 01:03, 30 June 2014 by Jerrychen (talk | contribs) (Created page with "{{ZUMLReferencePageHeader}} To change the animation speed, you can apply data-animationspeed attribute. The valid value can be any integer, 'slow' or 'fast', same as jQuery. Whe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Data-AnimationSpeed


To change the animation speed, you can apply data-animationspeed attribute. The valid value can be any integer, 'slow' or 'fast', 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>

since 7.0.3


Last Update : 2014/06/30

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.