Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>View transitions: waitUntil allows animation manipulation (reference)</title>
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
body {
background: lightpink;
}
.target {
width: 100px;
height: 100px;
background: green;
}
</style>
<div class=target></div>