Component to improve user experience when loading heavy weight images using the "Blur Up" technique.
You can check a running demo clicking here.
And here is an example of the effect:
You can read more about in the following articles:
- CSS Tricks: The “Blur Up” Technique for Loading Background Images
- JMPEREZ BLOG: How Medium does progressive image loading
- Facebook Code: The technology behind preview photos
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request