frontend/.pnpm-store/v3/files/86/b787e81fb88880eb01772a2cedf088e67debc3e0d69b33c5f33c6166999f13487f86e9e3fbce2dc6da246cec7ca5148f94d4347e2b6bfb68c505a7250ce549

7 lines
284 B
Plaintext

// requestAnimationFrame
// Offload animation repainting to browser for optimized performance.
// http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/RequestAnimationFrame/Overview.html
// By Addy Osmani
Modernizr.addTest('raf', !!Modernizr.prefixed('requestAnimationFrame', window));