animation-transform-pause-and-set-time-ref.html (291B)
1 <!doctype html> 2 <html> 3 <meta charset="utf-8"> 4 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org"> 5 <style> 6 #target { 7 width: 50px; 8 height: 50px; 9 background-color: green; 10 transform: translate(500px); 11 } 12 </style> 13 <body> 14 <div id="target"></div> 15 </body> 16 </html>