Oracle Fusion Middleware Tag Reference for Oracle ADF Faces
12c (12.2.1.4.0)

E81455-02

<af:transition>


transition transition

The transition tag is a way to define transitions for some parent component like af:deck. Not all components support all triggerType and transition values. Not all triggerTypes support all transitions. Web browser support is limited so you may not see an animation if you are using an older browser. This tag does not support children tags. This tag must be a child of a component tag that supports transitions. Refer to the parent component documentation for details.

Include an external CSS file:

<af:deck displayedChild="#{demoBean.displayedChild}"> <af:transition triggerType="backNavigate" transition="flipEnd"/> <af:transition triggerType="forwardNavigate" transition="flipStart"/> <af:outputText id="child1" value="Child 1"/> <af:outputText id="child2" value="Child 2"/> </af:deck>

Attributes

Name Type Supports EL? Description
triggerType String yes The non-null trigger type of the transition. Acceptable values include: transition String yes The non-null name of the transition desired for this trigger type. The actual animation may vary from what is described here. Acceptable values include: