blob: 6d906fc6f1c7db141556d67ef097203a67925598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<title>View transitions: capture opacity elements (ref)</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<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>
|