transition: height 1s;
Also
#mydiv {
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: height 1s;
}
#mydiv:hover {
white-space: normal;
}
?
Nein, funktioniert nicht, vielleicht weil ich die Höhe nicht explizit ändere...