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.
2 parents 5c21b93 + 8212dee commit b0a8045Copy full SHA for b0a8045
ionic/util/dom.ts
@@ -5,7 +5,7 @@ let docEle: any = doc.documentElement;
5
6
// requestAnimationFrame is polyfilled for old Android
7
// within the web-animations polyfill
8
-export const raf = win.requestAnimationFrame;
+export const raf = win.requestAnimationFrame.bind(win);
9
10
export function rafFrames(framesToWait, callback) {
11
framesToWait = Math.ceil(framesToWait);
0 commit comments