14 lines
365 B
HTML
14 lines
365 B
HTML
<!DOCTYPE html>
|
|
<title>View Transitions: paint holding timeout cancels transition (ref)</title>
|
|
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
|
|
<link rel="author" href="mailto:vmpstr@chromium.org">
|
|
<style>
|
|
.left {
|
|
width: 100px;
|
|
height: 100px;
|
|
position: relative;
|
|
left: 300px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div class=left></div>
|