Type Boolean Library transition.* Revision Release 2024.3703 Keywords transition, ignoreEmptyReference
Changes the default behavior of the transition.pause(), transition.resume() and transition.cancel() functions so that if nil
or no argument is passed into these functions, they will be ignored and nothing will happen. The default behavior is false
, which means that passing nil
or no argument into these three functions will pause, resume or cancel all functions.
You can always use transition.pauseAll(), transition.resumeAll() and transition.cancelAll() to control all transitions.
transition.ignoreEmptyReference
transition.ignoreEmptyReference = true