w3c-webmob / coremob-report

Core mobile Web Platform 2012
2 stars 2 forks source link

confustion over graphics performance #3

Open marcoscaceres opened 11 years ago

marcoscaceres commented 11 years ago

The advice that the spec gives about graphics performance (in relation to fps) is misguided. It should not speak about frame rates, but rather keeping up with the refresh rate of the device. Having variable fps (e.g., scrolling at 60fps, which animation is at 30fps) would not make for a great experience. Instead, developers should leave it to the platform to handle hitting optimum refresh rates by using things like requestAnimationFrame() or CSS transitions, which can be HW accelerated.

marcoscaceres commented 11 years ago

this affects sections 7.3 and 7.2.

marcoscaceres commented 11 years ago

Req 18. about sprites is also affected by this.