1397398-1.html (389B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <script> 6 window.onload = () => { 7 a = document.createElement("x") 8 document.documentElement.appendChild(a) 9 a.animate([{ "filter": "sepia(7)" }], 3000) 10 b = document.createElement("caption") 11 a.appendChild(b) 12 a.style = "display:contents" 13 //DDBEGIN 14 b.animate([{ "padding": "912q" }], 1500) 15 //DDEND 16 a.animate([{}]) 17 } 18 </script> 19 </head> 20 </html>