blob: eb62387e8f51bbc1210b04d9f826d22cb57a3e9d [file] [log] [blame]
<!DOCTYPE html>
<style>
#target {
background: green;
height: 100px;
width: 100px;
will-change: transform;
}
</style>
<body>
<div id="target" style="translate: 50px"></div>
</body>