MCPcopy Create free account
hub / github.com/Phlow/feeling-responsive / raf

Function raf

assets/js/javascript.js:260–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 }
259
260 function raf() {
261 if (animating) {
262 requestAnimationFrame(raf);
263
264 if (jqueryFxAvailable) {
265 jQuery.fx.tick();
266 }
267 }
268 }
269
270 if (requestAnimationFrame) {
271 // use rAF

Callers 1

javascript.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected