diff --git a/snippets/height-transition.md b/snippets/height-transition.md new file mode 100644 index 000000000..dbe72c4b6 --- /dev/null +++ b/snippets/height-transition.md @@ -0,0 +1,95 @@ +### Height transition + +Transitions an element's height from `0` to `auto` when its height is unknown. + +#### HTML + +```html +