html:active-view-transition-type(slide-left)::view-transition-old(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-left}html:active-view-transition-type(slide-left)::view-transition-new(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-left}html[data-vt=slide-left]::view-transition-old(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-left}html[data-vt=slide-left]::view-transition-new(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-left}@keyframes slide-out-left{0%{transform:translate(0);opacity:.5}to{transform:translate(-50%);opacity:0}}@keyframes slide-in-left{0%{transform:translate(50%);opacity:0}to{transform:translate(0);opacity:1}}html:active-view-transition-type(slide-right)::view-transition-old(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-right}html:active-view-transition-type(slide-right)::view-transition-new(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-right}html[data-vt=slide-right]::view-transition-old(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-right}html[data-vt=slide-right]::view-transition-new(content){z-index:0;animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-right}@keyframes slide-out-right{0%{transform:translate(0);opacity:1}to{transform:translate(50%);opacity:0}}@keyframes slide-in-right{0%{transform:translate(-50%);opacity:0}to{transform:translate(0);opacity:1}}html:active-view-transition-type(scale-up)::view-transition-old(utilities){animation:.3s cubic-bezier(.4,0,.2,1) both scale-out}html:active-view-transition-type(scale-up)::view-transition-new(utility){animation:.3s cubic-bezier(.4,0,.2,1) both scale-in}html[data-vt=scale-up]::view-transition-old(utilities){animation:.3s cubic-bezier(.4,0,.2,1) both scale-out}html[data-vt=scale-up]::view-transition-new(utility){animation:.3s cubic-bezier(.4,0,.2,1) both scale-in}@keyframes scale-out{0%{opacity:0}to{opacity:0}}@keyframes scale-in{0%{transform:scale(.97);opacity:.8}to{transform:scale(1);opacity:1}}
