html.webcompo-loading
{
    opacity: 0;
}

html.webcompo-done
{
    transition: opacity .2s;
    opacity: 1;
}