Image loading progress
See original GitHub issueFirst off, great library!
Got a question: Would it be possible to create onLoad
, onLoadStart
and/or onLoadEnd
events?
I would be a nice addition to Image
and it would for example allow for a nice fade-in transition when the image is loaded.
Let me know if it is possible and maybe I can help.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:5
Top Results From Across the Web
JavaScript loading progress of an image - Stack Overflow
I want to use the new Progress tag of HTML5 to show the progress of loading images. I wish there was something like:...
Read more >HTML5 Image Progress Events - gists · GitHub
HTML5 Image Progress Events. GitHub Gist: instantly share code, notes, and snippets.
Read more >Progress Bar - Image Loading - CodePen
Progress Bar - Image Loading ... <img data-src="//ac-design.co.uk/404" width="300" data-load> ... <span class="loader__animation">. 16. <div class="cube">.
Read more >How to Show Image Download Progress Bar Using JavaScript
In Html and JavaScript, there is no direct way to show the progress of an image download in the Image html element.
Read more >LOAD-IMAGE( ) method - Progress Documentation
An integer expression that specifies the number of pixels along the y-axis to read from the image file. The image is not displayed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this onload instance will be really great
@magicismight I agree, what I meant is that you can let the SVG fade-in once the image is loaded.