.angie-reveal {
    opacity: 0;
    transition: opacity 3s ease-in-out;
    will-change: opacity;
}

.angie-reveal.is-visible {
    opacity: 1;
}