ractive.transition()
Triggers a transition on a node managed by this Ractive instance.
ractive.transition( transition, node, options )
transition*
String
orFunction
The name of the transition or a transition function
node
HTMLElement
The node on which to start the transition - optional if called from within a Ractive event handler, as it will be retrieved from the event if not supplied.
options
Object
Options supplied to the transition