Posts tagged as:

hideEffect

The following example shows how you can create a simple transition effect when the visibility is toggled on the Spark Panel container in Flex 4 by specifying the showEffect and hideEffect effects.

Full code after the jump.

[click to continue…]

{ 0 comments }

Setting effects with ActionScript in Flex

by Peter deHaan on February 27, 2008

in Effects,Fade,Rotate,VBox

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.

[click to continue…]

{ 18 comments }

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.

[click to continue…]

{ 4 comments }

Adding animations and effects to Flex tool tips

by Peter deHaan on September 4, 2007

in ToolTip

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

Full code after the jump.

[click to continue…]

{ 15 comments }