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