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.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
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.
{ 0 comments }
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.
{ 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.
{ 4 comments }
The following example shows how you can add custom animation and effects when displaying a tool tip in Flex.
Full code after the jump.
{ 15 comments }