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