 Chromium Code Reviews
 Chromium Code Reviews Issue 1319653002:
  Web Animations: Don't suppress graphics layer properties when cancelling animations  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 1319653002:
  Web Animations: Don't suppress graphics layer properties when cancelling animations  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 #target { | |
| 4 width: 50px; | |
| 5 height: 50px; | |
| 6 background-color: green; | |
| 7 transform: translateX(500px); | |
| 8 } | |
| 9 </style> | |
| 10 <div id=target></div> | |
| OLD | NEW |