Animating based on column size #3338
Unanswered
andrewpaulinoev
asked this question in
Help
Replies: 1 comment 1 reply
-
It snaps between the two sizes as if transition had never been set. reflow for every stage of that animation, to determine how all the other elements should move. these two states will neatly “squish” the element to and from its natural, content-based size. This stuff matters! .container { display: flex; flex-direction: column; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I had a curious question if this was possible in tailwind alone.
I am using React and basically what I am trying to do is animate based on clicking a button which will call on a ternary
Basically when you click the button it expands the div, it works; but the animation is janky and sudden, is there a way I can ease it out for example; I know it is a little weird since it is basically animating a conditional grid. Thank you
Beta Was this translation helpful? Give feedback.
All reactions