widthやheightでautoを指定したときに、transitionが効かない時の対処法
#CSS
height
を
max-height
にする。
例えば、
max-height: 0;
から
max-height: calc(1100vh - 50px);
まで動かすようにすればOK
http://memowomome.hatenablog.com/entry/2016/08/03/080000