minnojs / minno-quest

A js framework for creating questionnaires
http://minnojs.github.io
Apache License 2.0
4 stars 3 forks source link

feat(manger): preload images #79

Closed eladzlot closed 9 years ago

eladzlot commented 9 years ago

Add a function to the manager for preloading image files (but like hidden divs, it should happen in the background, and not delay the participant).

This is useful both for preloading images for other tasks and have them preloaded for following messages etc.

May have to do with issue #65