Tuesday, November 13, 2012

HTML5 Polyfills - Fullscreen e RequestAnimationFrame APIs


Até o momento esses são os melhores polyfills para utilizar Fullscreen e RequestAnimationFrame, features de HTML5 em browsers de hoje em dia.

RequestAnimationFrame API

Optimize concurrent animations together into a single reflow and repaint cycle, leading to higher fidelity animation, and using less CPU, GPU, memory, and battery.

http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating

Fullscreen API

Provides an easy way for web content to be presented using the user's entire screen.

https://github.com/sindresorhus/screenfull.js

No comments:

Post a Comment