How bind visibility of object to zoom level of parent view

Hello
I try to create clutter and decluttering effect in perspective but I can’t figure it out how bind the visibility of object to zoom level of parent view in perspective. Could somebody help me on this.

Thanks.

To my knowledge there is currently no insight into a View’s current “zoom-level” as it’s really just the browser manipulating the View.

To manage this de-cluttering effect you could use breakpoint containers for the View, then only provide what components you deem necessary for the specified View size.

1 Like