transition.ignoreEmptyReference

Type Boolean
Library transition.*
Revision Release 2024.3703
Keywords transition, ignoreEmptyReference

Overview

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.

Syntax

transition.ignoreEmptyReference

Example

transition.ignoreEmptyReference = true