mirror of
https://github.com/konvajs/konva.git
synced 2025-12-29 18:34:36 +08:00
pointed to FRAF for cases when requestAnimationFrame isn't available
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
|| window.mozRequestAnimationFrame
|
||||
|| window.oRequestAnimationFrame
|
||||
|| window.msRequestAnimationFrame
|
||||
|| Kinetic.Animation.fixedRequestAnimFrame;
|
||||
|| FRAF;
|
||||
})();
|
||||
|
||||
function FRAF(callback) {
|
||||
|
||||
Reference in New Issue
Block a user