/*
To use the default selectors defined here, add a reference of this file in your (index.html) using the following line:
 <link rel="stylesheet" href="_content/BlazorPageTransitions/pageTransition.css"/>
 Otherwise define these selectors in your own CSS file, feel free to use other properties asides opacity.
 */

.page-fade-in {
    opacity: 1;
}

.page-fade-out {
    opacity: 0;
}