Event in Dart that shows when all the background images of divs are loaded?

ahptintantnoun

New Member
on what event should i listen to see when are the all background-images loaded?It would be cool also to specify which background Images I want to put as a preloader option?\[code\]#preloader{ position:absolute; height:100%; width:100%; }\[/code\]Here is basic div that I use to cover my entire page. Once all the background images are loaded, or the ones that I prefer I would like to make this preloader div hidden with some transitions.
 
Top