{"version":3,"file":"animationFrame.mjs","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,IACX,OAAO,yBACP,OAAO,4BACP,OAAO,+BACP,OAAO,yBAEI,IACX,OAAO,wBACP,OAAO,2BACP,OAAO,8BACP,OAAO"}