html{--fade-duration:.35s}html.default::view-transition-new(root),html.default::view-transition-old(root){animation-duration:.35s;animation-duration:var(--fade-duration);animation-timing-function:ease-out}html.default::view-transition-new(root){animation-delay:.35s;animation-delay:var(--fade-duration)}html.image::view-transition-group(image){animation-duration:.8s;animation-timing-function:var(--easeOutExpo)}html.image::view-transition-new(image),html.image::view-transition-old(image){animation:none;height:100%;mix-blend-mode:normal;overflow:clip}html.image::view-transition-old(image){-o-object-fit:contain;object-fit:contain}html.image::view-transition-new(image){-o-object-fit:cover;object-fit:cover}
