Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confustion over graphics performance #3

Open
marcoscaceres opened this issue Nov 5, 2013 · 2 comments
Open

confustion over graphics performance #3

marcoscaceres opened this issue Nov 5, 2013 · 2 comments

Comments

@marcoscaceres
Copy link

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
Copy link
Author

this affects sections 7.3 and 7.2.

@marcoscaceres
Copy link
Author

Req 18. about sprites is also affected by this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant