.sidebar-docs > ul {
    max-height: 550px;
    overflow: hidden;
    transition: max-height 1500ms ease-out;
}

.sidebar-docs > ul.opened {
    transition: max-height 500ms ease-in;
}