Musings of a Manchester Drupal guy

Drupal, Open Source, Analytics, Social Media.

Monday, September 13, 2004

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);