I have a enyo.List with two items: an enyo.Image and a text component. I setSrc on the Image during onSetupItem.
This loads the image immediately , since I have over 10 rows they don't appear till all the images load. Is there anyway to load these images asynchronously (additionally display the image with a "fade-in" animation ?). Thanks.