blob: 79316cb488fade6e877c690f90c74961ff944f52 [file] [log] [blame]
let div = document.createElement("div");
document.body.appendChild(div);
div.animate([{"height": "0px"}, {"height": "100px"}]);