I use Fabric.js 1.3.0 in my current project and wanted to update the library to version 1.4.0.
When I run my code I get this warning:
Uncaught TypeError: Object [object Object] has no method 'animate'
It seems that the image is not fully loaded yet to be animated. Otherwise I suppose I wouldn't get this error. But I don't understand why it's working with version 1.3.0 then.
I use the checkAllLoaded function from this post to make sure all my images are loaded before I start animating.
Did something change from version 1.3.0 to 1.4.0 regarding this issue?