Disabling pointer events
Learn how to prevent a layer from receiving clicks, taps, or other pointer interactions in Framer.
FAQ
How do I disable pointer events on a specific layer in Framer?
To disable pointer events on a layer in Framer, select the layer you want to modify, open the Properties panel on the right, click the + icon under Styles to add a new property, and search for and enable Pointer Events.
What options are available for pointer events in Framer, and what do they do?
Once you add the Pointer Events property, you can choose between 'None' and 'Auto'. 'None' means the layer will not respond to any pointer events, but its child layers can still receive interactions if allowed. 'Auto' means the layer behaves normally and responds to pointer events as expected.
If I disable pointer events on a parent layer, will its child layers still be interactive?
Yes, if you set Pointer Events to 'None' on a parent layer, its child layers can still receive interactions if allowed.
Updated
