Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<title>View transitions: offscreen child (ref)</title>
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
body {
background: pink;
}
.target {
width: 100px;
height: 100px;
background: blue;
}
</style>
<div class=target></div>