Element for which the active transition should be returned.
Name of the transition.
Interrupts the active transition of the specified name on the specified node, and cancels any pending transitions with the specified name, if any. If a name is not specified, null is used.
Element for which the transition should be interrupted.
Name of the transition to be interrupted. If a name is not specified, null is used.
Returns a new transition with the specified name. If a name is not specified, null is used. The new transition is only exclusive with other transitions of the same name.
The generic "OldDatum" refers to the type of a previously-set datum of the selected HTML element in the Transition.
Name of the transition.
Returns a new transition from an existing transition.
When using a transition instance, the returned transition has the same id and name as the specified transition.
The generic "OldDatum" refers to the type of a previously-set datum of the selected HTML element in the Transition.
A transition instance.
Generated using TypeDoc
Return the active transition on the specified node with the specified name, if any. If no name is specified, null is used. Returns null if there is no such active transition on the specified node. This method is useful for creating chained transitions.
The first generic "GElement" refers to the type of element on which the returned active transition was defined. The second generic "Datum" refers to the type of the datum, of a selected element on which the transition is defined. The third generic refers to the type of the parent elements in the returned Transition. The fourth generic refers to the type of the datum defined on the parent elements in the returned Transition.