I am having challenges with animating the change in container sizes based on conditional flex settings.
I’m applying Implicit Animation, but it does not work as expected. The flex behaves correctly, and the sizes of several containers change, but they just jump from one size to another instead of transitioning smoothly.
What am I doing wrong? Should I use a different type of animation setting?