Tag Archive for 'showeffect'

27
Feb

Setting effects with ActionScript in Flex

The following example shows how you can set effects on a Flex Image control using ActionScript by setting the showEffect and hideEffect effects using the setStyle() method.

Full code after the jump.

Continue reading ‘Setting effects with ActionScript in Flex’

20
Sep

Triggering effects when a container’s visibility is changed

The following example shows you how you can trigger effects when the visible property changes on a Flex container or control by using the hideEffect and showEffect effects.

Full code after the jump.

Continue reading ‘Triggering effects when a container’s visibility is changed’

04
Sep

Adding animations and effects to Flex tool tips

The following example shows how you can add custom animation and effects when displaying a tool tip in Flex.

Full code after the jump.

Continue reading ‘Adding animations and effects to Flex tool tips’