animate.css<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css">
animated bounce classes to ul element<ul class="animated bounce"> ... </ul>
if you want to use animate fade classes with bootstrap 4, add following code to your stylesheet file.
.metismenu .fade.mm-collapse.mm-show {
opacity: 1;
}