.post-hidden {
    opacity: 0;
    transition: 1s;
}
.post-visible {
    opacity: 1;
    transition: 1s;
}