This repository was archived by the owner on Aug 19, 2022. It is now read-only.
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
Medium style image blur load #33
Open
Description
<ProgressiveImage src={require("../assets/Card-images/" + Image)} placeholder={require("../assets/Card-images-Placeholder/" + Image)}>
{(src, loading) => (
<img style={{ filter: loading ? blur(8px) : blur(0) }} src={src} alt="projects" />
)}
</ProgressiveImage>
I tried this sort of thing but It didn't seem to work
Metadata
Metadata
Assignees
Labels
No labels