Blend Modes
Customize how the snapshot textures interact
::view-transition-old(root) {
blend-mode: normal;
animation: var(--animation-slide-out-down) forwards;
}
::view-transition-new(root) {
blend-mode: normal;
animation: var(--animation-slide-in-up) forwards;
}
See a demo