.animate-opacity {
    opacity: 0;
    transition: 1s ease opacity;
}
.animate-opacity.started{
    opacity: 1;
}