Flex wipe behavior example
Code below shows the implementation of wipe behavior in buttons through its rollOverEffect property. The first button wipes from left to right and the second one from right to left. This wiping is mouse event based and therefore it will continue to wipe till the mouse arrow is over the button.
wipe.mxml
<?xml version = '1.0' encoding = 'ISO-8859-1'?>
|
wipe.swf