blob: 1a4d2791bd139b37320d5ad460e973220f777e41 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 200px;
height: 200px;
}
.blur {
-webkit-filter: blur(10px);
}
.accelerated {
transform: translateZ(0);
}
#resize {
background-color: green;
width: 100px;
}
</style>
<div class="blur">
<div class="accelerated" id="resize"></div>
</div>