Changes between Version 5 and Version 6 of QtWebKitGraphics


Ignore:
Timestamp:
Apr 12, 2010 4:10:01 PM (14 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitGraphics

    v5 v6  
    4949  function scrollMe(dy)
    5050  {
    51     content.webkitTransform = "translate(0, " + dy + "px)";
     51    content.style.webkitTransform = "translate(0, " + dy + "px)";
    5252  }
    5353</script>
     
    6464
    6565== Benchmarking CSS animations==
     66
    6667I've attached a comprehensive CSS animation test suite to this document: https://trac.webkit.org/raw-attachment/wiki/QtWebKitGraphics/cssAnimTestSuite.html
    6768Good luck!