JUMP TODocumentationGetting Started with X-TagAPI Referencextag.registerxtag.queryxtag.toArrayxtag.typeOfxtag.wrapxtag.mergextag.uidxtag.prefixxtag.matchSelectorxtag.queryChildrenxtag.createFragmentxtag.requestFramextag.cancelFramextag.skipFramextag.skipTransitionxtag.addEventxtag.addEventsxtag.cancelFrameCancels a pending animation frame request tied to the provided request IDxtag.cancelFrame(FRAME_ID) ArgumentsTypeDescriptionFRAME_IDNumberThe numerical identifier returned when you create an animation frame request using xtag.requestFrame. JavaScriptvar frameID = xtag.requestFrame(function(){ alert('foo') }); // Cancels the pending request xtag.cancelFrame(frameID);