Replies: 1 comment 1 reply
-
It's possible that multiple transitions could be happening at the same time. The ideal would be to adjust it to not use transitions at all, but an animation. I can try to make a PR and see if Caleb is interested. |
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.
-
I'm not exactly sure why this is happening. I did some research and it seems like there have been issues with height detection and rounding, but they are addressed through some PRs.
I think there's something weird about the way this is handled though. Why are we checking if the height is the same as full height? Can't we just remove overflow:hidden when the transition is over?
Beta Was this translation helpful? Give feedback.
All reactions