.menu-list{animation-name:menuList;animation-duration:.1s;animation-direction:normal;animation-timing-function:ease-in;overflow:hidden}@keyframes menuList{0%{height:150px}20%{height:200px}50%{height:300px}80%{height:400px}to{height:fit-content}}.menu-list-close{animation-name:menuListClose;animation-duration:.2s;animation-direction:normal;animation-timing-function:linear;overflow:hidden;height:0;opacity:0}@keyframes menuListClose{0%{height:fit-content;opacity:1}20%{height:400px}50%{height:300px}80%{height:200px}to{height:100px}}