Guarantees one render frame is skipped before executing the user-provided function

xtag.skipFrame(FUNCTION)

xtag.skipFrame(function(){
	console.log('the next frame was rendered at ' + new Date());
});