<!DOCTYPE HTML>
<style>
.composited {
width: 300px;
height: 150px;
background: blue;
will-change: transform;
}
</style>
<div class="composited"></div>
<!DOCTYPE HTML>
<style>
.composited {
width: 300px;
height: 150px;
background: blue;
will-change: transform;
}
</style>
<div class="composited"></div>