Hello Webflow Community,
I’m looking for some advice on setting up interactions in Webflow without the use of custom CSS or JavaScript. I have multiple clickable divs in my project, and I want to set up an interaction such that clicking on one div will expand it to show more content, while any other expanded div collapses automatically.
Here’s the desired behavior:
- Clicking on a div expands it, revealing additional content.
- Clicking on another div automatically collapses the previously expanded one and expands the new one.
Challenge: I am trying to achieve this with Webflow’s built-in interactions only and want to avoid using any custom CSS or JavaScript. I’m unsure how to ensure that only one div can be expanded at a time using Webflow’s native interactions.
Questions:
- Is it possible to manage this type of interaction using only Webflow’s interaction tools?
- Can anyone share insights or examples on how to configure these settings?
Any guidance on how to set up these interactions purely within Webflow’s interface would be greatly appreciated. Thank you!