Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>View transitions: capture opacity elements (ref)</title>
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
span {
background: lightgreen;
position: fixed;
top: 50px;
left: 50px;
}
body { background: lightpink; }
</style>
<span>This is a span</span>