promise{Object}
public
The Transition's internal promise. Calling .then
on this property is that same as calling .then
on the Transition object itself, but this property is exposed for when you want to pass around a Transition's promise, but not the Transition object itself, since Transition object can be externally abort
ed, while the promise cannot.
Please login to continue.