animate
animate copied to clipboard
Support crossOrigin in the loader
I had to edit your load function just to make this one change:
loader.add(id, _basePath + assets[id], {crossOrigin: true});
The crossOrigin property should be configurable... actually the whole options object for the loader should be.