blob: e1142fa5f65bd79e0205bf2bb23374dd24df07fe [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<title>View transitions: new element is modified while offscren and brought onscreen using pseudo (ref)</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:[email protected]">
<style>
#target {
width: 100px;
height: 100px;
view-transition-name: target;
position: fixed;
background: blue;
left: 0;
top: 0;
}
</style>
<div id="target" class="target">