Events » Ignoring events
Ignoring events
If you want a layer to stop listening to events (temporarily), you can set its ignoreEvents
property to yes
.
redSquare.ignoreEvents = yes
Good to know: The default value for ignoreEvents
is actually yes
, but Framer sets it to no
the moment you add an event to the layer.