.frame {
    opacity: 0;
    transition: opacity .4s ease-in;
}

.frame.in-viewport {
    opacity: 1;
}
