@Visual-Q that looks closer, but not exactly right because things still jump sizes.    Flexbox makes flip animations much more complicated because it's impossible to fully control the width/height of the elements. You can set width: 574px, for example, and the browser actually renders the width nowhere near that. If you're trying to animate to flex-direction: row from flex-direction: column you literally cannot make any of the elements fill the whole width of the containing element whi
    • Like
    3