Tag Archive for 'resizeeffect'

01
Oct

Applying an effect when an HBox container is resized in Flex

The following example shows how you can apply a resize effect to a Flex HBox container by setting the resizeEffect style/effect.

Full code after the jump.

Continue reading ‘Applying an effect when an HBox container is resized in Flex’

23
Sep

Triggering effects when a container is resized

The following example uses a resizeEffect effect along with a Resize tween effect (<mx:Resize />) to create a smooth tween effect whenever the panel is resized.

Full code after the jump.

Continue reading ‘Triggering effects when a container is resized’