Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="help" href="https://crbug.com/476652058">
<title>Opacity animation with delayed important reference</title>
</head>
<style>
#target {
width: 100px;
height: 100px;
background: rebeccapurple;
}
</style>
<body>
<div id="target"></div>
</body>
</html>