madrobby / scripty2

scripty2: for a more delicious web
http://scripty2.com/
Other
516 stars 57 forks source link

Hardware Acceleration Demo Incorrectly Reports that Chrome 7.0.554.0 dev Does Not Support Acceleration #17

Closed deleteme closed 6 years ago

deleteme commented 13 years ago

http://scripty2.com/hardware-acceleration/ displays the following message, "NOTE: Your browser supports CSS transitions, but not accelerated compositing. The demonstrations on this page will work properly, but cannot take advantage of hardware-accelerated animation."

Hardware acceleration was added Sept. 30 2010 in the dev build. http://googlechromereleases.blogspot.com/2010/09/dev-channel-update_30.html

savetheclocktower commented 13 years ago

This happens because we can't detect hardware acceleration automatically, so we have to manually update the code as new browsers gain support for it. We'll have to do a version sniff.