TransitionHelper クラスは、TransitionManager クラスの機能を拡張したアダプタクラスです。TransitionHelper class is a adopter class that extends the function of TransitionManager class.
IN 方向の全てのトランジション処理が完了した場合に送出されます。Dispatch when the whole transition processing in the IN direction are completed.
allTransitionsInDone イベントオブジェクトの type プロパティ値を定義します。The TransitionEvent.ALL_TRANSITIONS_IN_DONE constant defines the value of the type property of an allTransitionsInDone event object.
OUT 方向の全てのトランジション処理が完了した場合に送出されます。Dispatch when the whole transition processing in the OUT direction are completed.
allTransitionsOutDone イベントオブジェクトの type プロパティ値を定義します。The TransitionEvent.ALL_TRANSITIONS_OUT_DONE constant defines the value of the type property of an allTransitionsOutDone event object.
IN 方向のトランジション処理が完了した場合に送出されます。Dispatch when the transition processing in the IN direction is completed.
transitionInDone イベントオブジェクトの type プロパティ値を定義します。The TransitionEvent.TRANSITION_IN_DONE constant defines the value of the type property of an transitionInDone event object.
OUT 方向のトランジション処理が完了した場合に送出されます。Dispatch when the transition processing in the OUT direction is completed.
transitionOutDone イベントオブジェクトの type プロパティ値を定義します。The TransitionEvent.TRANSITION_OUT_DONE constant defines the value of the type property of an transitionOutDone event object.
トランジション処理が実行される毎に送出されます。Dispatch whenever the transition processing is executed.
transitionProgress イベントオブジェクトの type プロパティ値を定義します。The TransitionEvent.TRANSITION_PROGRESS constant defines the value of the type property of an transitionProgress event object.