Customizing component animations
Customizing component animations - I have be reading around about customising components and adding style to them. I found this to be quite fun particularly for the accordion component.
import mx.transitions.easing.*;
_global.styles.Accordion.setStyle("openDuration", 1500);
_global.styles.Accordion.setStyle("openEasing", Bounce.easeOut);
<< Home