{"version":3,"file":"animationFrame.cjs","names":[],"sources":["../../../../src/utils/helpers/animationFrame.ts"],"sourcesContent":["// ✅ important\n// Implementations for each browser need to be supported\nexport const requestAnimationFrame =\n  window.requestAnimationFrame ||\n  window.mozRequestAnimationFrame ||\n  window.webkitRequestAnimationFrame ||\n  window.msRequestAnimationFrame;\n\nexport const cancelAnimationFrame =\n  window.cancelAnimationFrame ||\n  window.mozCancelAnimationFrame ||\n  window.webkitCancelAnimationFrame ||\n  window.msCancelAnimationFrame;\n"],"mappings":"AAEA,IAAa,EACX,OAAO,uBACP,OAAO,0BACP,OAAO,6BACP,OAAO,wBAEI,EACX,OAAO,sBACP,OAAO,yBACP,OAAO,4BACP,OAAO"}