javascript - `Event.ImageLoaded` event never triggered in FramerJS? -


here code, can pasted framer studio directly:

layera = new layer()   # listen loading event layera.on events.imageloaded, ->      print "the image loaded"  layera.on events.imageloaderror,      -> print "the image not loaded"  layera.image = "http://framerjs.com/static/images/home/app-icon.png" 

however, found the image loaded string never printed.. caused cache? , have ideas how fix this?

there an issue related imageloaded event. should solved in current version of framer.


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

Change font size on axis for excel chart with powershell -