# Candera Transitions

#### New Default Transition Type

The transition framework now supports triggering of animations that can be defined via [Transitions::Hint](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_transitions_1_1_hint.html "A Hint can be set on a Rule and a transition RequestFragment. The TransitionStrategy will match trans...") parameters.

<div class="contents" id="bkmrk-"><div class="contents"><div class="textblock">---

</div></div></div>#### Reverse Transition

It is now possible to trigger reverse transitions. In case reversible fragments are identified, the already running transition fragments will go reverse, from their current state to their original one. An optional flag has been added to the [Transitions::Rule](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_transitions_1_1_rule.html "Class to store transition rules. The TransitionStrategy matches RequestFragments to Rules...") to specify whether it shall be allowed to reverse a transition or not. Default value is false. A [Transitions::OnReverseTransitionFragment](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_transitions_1_1_on_reverse_transition_fragment.html) corresponding event notifier has been added.

---