I have a transition effect defined as:
<s:Scale3D id="scaleDown" scaleYFrom="0" scaleYTo="1" />
the object is scaled "upward" (along the "top" axis) and I want to scale it "downward" (along the "bottom" axis).
any ideas on how to handle this?
thanks,
Mark