The following example shows how you can create an animated transition between two colors using the Flex Gumbo FxAnimateColor class.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can create an animated transition between two colors using the Flex Gumbo FxAnimateColor class.
Full code after the jump.
{ 0 comments }
The following example shows how you can rotate objects in 3D space using the Flex Rotate3D effect using the latest version (build 4.0.0.8811) of the beta Flex 4 SDK.
Full code after the jump.
{ 18 comments }
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.
{ 10 comments }
In a previous example, “Creating a custom creation complete effect on a Flex Alert control”, we saw how you could specify an effect which gets played when an Alert control is displayed by setting the Alert control’s creationCompleteEffect style.
The following example shows how you can apply a parallel Fade/Move effect when the Alert control is created by setting the the creationCompleteEffect effect/style in MXML and ActionScript.
Full code after the jump.
{ 3 comments }
The following example shows how you can add a complete effect on a Flex Image control by setting the completeEffect effect using MXML, CSS, or ActionScript.
Full code after the jump.
{ 0 comments }
In a previous example, “Sequencing effects in Flex using the mx:Sequence tag”, we saw how you could sequence tween effects using the <mx:Sequence /> tag.
The following example shows how you can create the same sequenced effects using ActionScript instead of MXML.
Full code after the jump.
{ 5 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.
{ 0 comments }