Hi all
I was wondering if it is possible to control the speed with wich the accordion expands and retracts the accordionItem's?
Thanks Marius
Hi Marius, could you try to use SMIL animation to change the accordion item height ? for instance:
Hi Marius, could you try to
8 July, 2009 - 14:15 — yudiHi Marius,
could you try to use SMIL animation to change the accordion item height ? for instance:
<b:accordionItem label="2001" padding="5px 10px">
<e:handler event="click" match=".btl-accordionItem-head" type="application/javascript">
bb.smil.animate(this, {'attributeName': 'height','from':'15px','to': '100%', 'dur': '1s'} );
</e:handler>
Cheers,
Yudi