1612891-2.html (254B)
1 <html> 2 <head> 3 <script> 4 function start() { 5 const element = document.createElement('img') 6 element.animate([ 7 { 'easing': '' }, 8 123, 9 ], {}) 10 } 11 12 window.addEventListener('load', start) 13 </script> 14 </head> 15 </html>