Im trying to show different svg headres, depending on breakpoint.
AI tells me:
"Style changes you make on one breakpoint will cascade and affect that breakpoint and all smaller ones. Here are key points about managing component visibility across breakpoints:
You can use the show/hide functionality to control component visibility at different breakpoints
When you hide a component using the show/hide toggle, it is completely removed from the page server-side - it's not just visually hidden
This makes it useful for: - Conditional content display - Testing different components - Creating responsive layouts where certain elements only appear at specific breakpoints"
Tooltip tells me: "Removes the instance from the DOM.
Breakpoints have no effect on this setting."
Tooltip seems to be right. Show/hide toggle has no effect at different breakpoints.
In a different post I read, that changes in the settings panel have no effect on breakpoints, only changes in style panel do. So I tried StylePanel>layout>display>none, but this also doesn't work. Changes for visibility affect all breakpoints at the same time. Please see screenshots of the wanted effect and compare with the shared project. I post the 3 svg-files as attachments
Add a reply
Sign up and join the conversation on Discord