Tweener には、「easeOutExpo」タイプのトランジションがあります。Flex イージング クラスで同等のものは何ですか? [1] にリストされていますか?
より多くのコンテキスト:
Tweener コードは次のとおりです。
Tweener.addTween(container, {width:w, height:h, time:0.25, transition:"easeOutExpo"});
これは、easeOutExpo トランジション タイプを使用したいインスタンスです。
<s:Scale
scaleYFrom=".5"
scaleYTo="1"
scaleXFrom=".5"
scaleXTo="1"
duration="250"
autoCenterTransform="true"
applyChangesPostLayout="true"
/>
[1] http://help.adobe.com/en_US/flex/using/WS91E85D63-A025-4c46-B758-A275D4D3B3FC.html