ti.animation
ti.animation copied to clipboard
TiShadow is passing a full path via file-key to loadAnimationFromJSON:(NSString *)
When using TiShadow, it is passing an absolute path, so the result from pathForResource
will lead to an invalid path.
Implement a fallback mechanism to also try the passed the passed value of key file
.