GithubHelp home page GithubHelp logo

Comments (10)

tirthbodawala avatar tirthbodawala commented on August 15, 2024

@dav-is thanks for opening the issue, we already have the provision for that. If we add '?placeholder to any image we import, it will present us with very small version of it. Let me add this to my todo of examples.

Thanks

from react-pwa.

dav-is avatar dav-is commented on August 15, 2024

I’m worried you misunderstood. The placeholder images in your prior examples are blurred in the image, not CSS. And there is no Transition once the full image is loaded.

from react-pwa.

tirthbodawala avatar tirthbodawala commented on August 15, 2024

@dav-is ohh I see.. absolutely a transition would be good and yes I added the wrong example, if one uses
‘’’
Import AbcImage from “./abc.png?sizes=100w+200w&lightweight”
‘’’

This will give you a really small version of image. So we will then implement a transition with css! That would be more UX friendly.

Will definitely implement that.

from react-pwa.

 avatar commented on August 15, 2024

Just gonna lob this in here as food for thought. https://images.guide/

from react-pwa.

tirthbodawala avatar tirthbodawala commented on August 15, 2024

Thanks @jhabdas that is very helpful. Thank you so much

from react-pwa.

tirthbodawala avatar tirthbodawala commented on August 15, 2024

@dav-is @jhabdas check this PR and https://react-pwa.now.sh/progressive-image-rendering
for implementation of progressive image with lightweight, I might not have got it 100% right, but you guys can share examples where I can make it even better. :)

from react-pwa.

 avatar commented on August 15, 2024

Progress makes perfect! Thanks for all you do @tirthbodawala

from react-pwa.

dav-is avatar dav-is commented on August 15, 2024

from react-pwa.

tirthbodawala avatar tirthbodawala commented on August 15, 2024

@dav-is Right, I haven't added any transaction, I have just used lightweight with placeholder. Can you please share any example where I can understand the functionality you are looking for ?

from react-pwa.

dav-is avatar dav-is commented on August 15, 2024
picture {
    filter: blur(25px);
    transition: blur .5s;
}
picture.is-loaded {
    filter: none;
}

When the full picture is loaded, add the .is-loaded class.

from react-pwa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.