tengo este componente mxml y estoy tratando de darle un efecto al label cuando aparece pero no me funciona .. que estoy haciendo mal en el codigo.
Código :
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="230" height="30" backgroundColor="#DDCCA7" borderStyle="solid" borderColor="#080707">
<mx:WipeUp id="WipeOut" duration="5000" />
<mx:TextInput x="177" y="5" width="47" height="19.5" />
<mx:Label showEffect="{ WipeOut }" x="15" y="6" width="154" height="18" id="unit_name_prod"/>
</mx:Canvas>saludos^^
