mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
12 lines
No EOL
217 B
HTML
12 lines
No EOL
217 B
HTML
<!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> |