I am hoping someone can help me out here.
I made a sliding sidebar on my app and it is working great. The issue is the content to the right of the sidebar is resizing, but not very smoothly.
The way I went about this was to make the sidebar group hidden and then added a workflow on the arrow to animate the sidebar.
Does anyone have an idea how I can make the content resize smoothly?
If you want to add a transition effect to an element’s property, such as its width, you should set the state of that property, rather than the state of the entire element. In other words, Bubble.io’s animation feature applies the transition effect to the elements, not their individual properties.