transition
Applies a transition (enter and/or leave) to a Tag. The enter-transition will be executed right after the Tag is mounted to the DOM. The leave-transition will be executed right before the Tag is removed from the DOM. Further operation of the MountPoint rendering the Tag is suspended until the leave-animation is done.
Parameters
the Tag the transition will be applied to
definition of the enter- and leave-transition
Applies a transition (enter and/or leave) to a Tag. The enter-transition will be executed right after the Tag is mounted to the DOM. The leave-transition will be executed right before the Tag is removed from the DOM. Further operation of the MountPoint rendering the Tag is suspended until the leave-animation is done.
Parameters
the Tag the transition will be applied to
mandatory classes to control the enter-transition.
optional classes to define the starting point of the enter-transition
optional classes to define the end point of the enter-transition
mandatory classes to control the leave-transition.
optional classes to define the starting point of the leave-transition
optional classes to define the end point of the leave-transition