Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>View transitions: set current time (reference)</title>
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
.target {
width: 100px;
height: 100px;
background: blue;
opacity: 0.5;
}
</style>
<div class=target></div>