We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90352e5 commit fe45c31Copy full SHA for fe45c31
src/lib/request_animation_frame.js
@@ -6,6 +6,15 @@
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
+// This code adapted from:
10
+//
11
+// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
12
+// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating
13
+
14
+// requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel
15
16
+// MIT license
17
18
19
'use strict';
20
0 commit comments