12 lines
227 B
HTML
12 lines
227 B
HTML
<!DOCTYPE html>
|
|
<title>Reference for Animation Worklet local time set after duration</title>
|
|
<style>
|
|
#box {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
will-change: transform;
|
|
}
|
|
</style>
|
|
|
|
<div id="box"></div>
|