Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 377 Bytes

File metadata and controls

5 lines (3 loc) · 377 Bytes

CSS

Gotchas

It isn't possible to use CSS3 transitions to height: auto (or width, presumably). There are several workarounds involving either JS (slow and janky) or fixing the height of the object somehow but they're all flawed as of May 2020. Best to try to prevent designers doing things like sliding accordions unless you know exactly what content is going in them.