Tagged Questions
0
votes
0answers
189 views
Flex: How to use fade effect on custom ItemRenderer of a List?
Inside my 3.6 Flex module, I am using a List with a custom ItemRenderer:
<mx:List id="chatsList" y="0" left="2" right="6"
width="100%" height="100%" dataProvider="{chatsArrayCollection}"
...
0
votes
1answer
527 views
How to create Flex Wobble Effect for a component (VBox/HBox etc…)
Can anyone tell me how can we create a wobbling effect using flex 3?
I need something like the effect which is show in ubuntu when we see an alert or move a folder.
Thank you.
0
votes
2answers
412 views
How to use a zoom effect and make a component visible at the same time in Actionscript / Flex 3?
I want to introduce a canvas component by zooming from a height & width of 0.0 to 1.0. I want the component to be invisible until the zoom begins and then for it to be visible when it begins ...
1
vote
2answers
753 views
Bitmap Morph Tween in Actionscript?
How do you do a bitmap morph tween in Actionscript? I would like to morph a Panel into a Button, using BitmapData or something but I have no idea where to begin.