.reveal{

    opacity:0;

    transform:none;

    transition:opacity .8s ease;

}

.reveal.show{

    opacity:1;

}