Searched refs:requestAnimationFrame (Results 1 – 4 of 4) sorted by relevance
33 if ( !window.requestAnimationFrame ) {34 window.requestAnimationFrame = ( function() { function421 requestAnimationFrame(render);
581 requestAnimationFrame callbacks should not fire within a modal dialog584 … requestAnimationFrame callbacks shouldn't fire while a modal dialog is up (like a window.alert()).16597 Add a DOMTimeStamp parameter to the requestAnimationFrame callback16600 This adds a DOMTimeStamp parameter to the requestAnimationFrame callback to more20901 Implement mozilla's requestAnimationFrame API20904 … This implements mozilla's proposed requestAnimationFrame API. The idea with this API is that20905 an author driving an animation from script could use window.requestAnimationFrame(callback)22400 Implement mozilla's requestAnimationFrame API22403 … This implements mozilla's proposed requestAnimationFrame API. The idea with this API is that22404 an author driving an animation from script could use window.requestAnimationFrame(callback)
1092 Add a DOMTimeStamp parameter to the requestAnimationFrame callback1537 Implement mozilla's requestAnimationFrame API1983 Implement mozilla's requestAnimationFrame API
3226 Implement mozilla's requestAnimationFrame API3370 Implement mozilla's requestAnimationFrame API