Skip to content

Commit fe45c31

Browse files
committed
Add license from raf polyfill
1 parent 90352e5 commit fe45c31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/lib/request_animation_frame.js

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

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+
918

1019
'use strict';
1120

0 commit comments

Comments
 (0)