Y
Hacker News
new
|
ask
|
show
|
jobs
by
cubefox
1091 days ago
Not sure CSS is really moving that much. E.g. doing a CSS transition from/to height:auto is still not supported.
1 comments
benfrain
1091 days ago
You can achieve that with grid right now. Set a row to height zero, with a container inside with overflow: hidden, then toggle that row to height 1fr. Stick whatever transition you want on it — job done
link
cubefox
1091 days ago
Thanks. A lot of things are possible with tricks that should have long been supported natively.
link