[flexcoders] Smooth Animation with Resize or Move Effect

2008-06-05 Thread wwwpl
I am developing a Flex application where I need to do some resize effects. I have 2 VBoxs side by side. They need to resize when a user clicks a button. I have been using states to do the resize effects, but I can not get it to look nice. I have tried a lot of effects and other things, but

Re: [flexcoders] Smooth Animation with Resize or Move Effect

2008-06-05 Thread Rob Rusher
Have you tried setting the arguments that don't change on the Resize? mx:Resize heightFrom=400 heightTo=400 widthFrom=300 widthTo=800/ There tends to be some jumpiness if you don't. Regards, Rob On Thu, Jun 5, 2008 at 2:12 PM, wwwpl [EMAIL PROTECTED] wrote: I am developing a Flex