blob: 26bf33fdb403877f2e3adf9b8bb3fca6bf8301bb [file] [log] [blame]
<!DOCTYPE html>
<title>Reference for Worklet Animation sets keyframes</title>
<style>
#box {
width: 100px;
height: 100px;
transform: translateX(100px);
background-color: green;
}
</style>
<div id="box"></div>