0
在Tweener中,有一個類型爲「easeOutExpo」的過渡。 Flex緩動類中的等價物是什麼 - 列在這裏[1]?Flex緩動效果中的easeOutExpo等價物是什麼?
多個上下文:
這裏是中間人代碼:
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