IMOTCL/app/sass/_swup.scss

7 lines
111 B
SCSS

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