blob: af8d1d342002e429aec131f31a2d96db69b6632a [file] [log] [blame]
<!DOCTYPE html>
<title>View transitions: waitUntil allows animation manipulation (reference)</title>
<link rel="help" href="https://www.w3.org/TR/css-view-transitions-1/">
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
body {
background: lightpink;
}
.target {
width: 100px;
height: 100px;
background: green;
}
</style>
<div class=target></div>