| <!DOCTYPE html> | |
| <title>Reference for Animation Worklet should have access to effect timing from within the worklet thread</title> | |
| <style> | |
| #box { | |
| width: 100px; | |
| height: 100px; | |
| background-color: green; | |
| transform: translateY(100px); | |
| } | |
| </style> | |
| <div id="box"></div> |