Progress-includes-all-assets
From Frontal Wiki
Contents |
Purpose
This 'img' tag style indicates that load progress should include all images associated with the tag and not just the current one.
Value
Either "true" or "false". By default this is "false".
progress-includes-all-assets: true;
Remarks
Multiple image files may be associated with a single 'img' tag via the preloadImage method. This raises the question of what load progress means in when there are multiple images; is it the load progress of the image that would be seen first or is it the load progress of that and all the images to preload? This style determines the answer.
For details about progress calculations and progress indicators, see Progress Indicators.
Can Be Applied To
This style can be applied to:
- img