Changes between Version 5 and Version 6 of QtWebKitGraphics
- Timestamp:
- Apr 12, 2010, 4:10:01 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitGraphics
v5 v6 49 49 function scrollMe(dy) 50 50 { 51 content. webkitTransform = "translate(0, " + dy + "px)";51 content.style.webkitTransform = "translate(0, " + dy + "px)"; 52 52 } 53 53 </script> … … 64 64 65 65 == Benchmarking CSS animations== 66 66 67 I've attached a comprehensive CSS animation test suite to this document: https://trac.webkit.org/raw-attachment/wiki/QtWebKitGraphics/cssAnimTestSuite.html 67 68 Good luck!