.transition-fade {
opacity: 1;
transition: 400ms;
}

html.is-animating .transition-fade {
    opacity: 0;
}