The Wayback Machine - https://web.archive.org/web/20211111175710/https://github.com/topics/placeholder
Skip to content
#

placeholder

Here are 373 public repositories matching this topic...

technopagan
technopagan commented Sep 21, 2017

SVG will very likely take a little longer to render than a base64-encoded raster image. And the Gaussian Blur applied to the simple SVG shapes created by Primitive is probably quite CPU intensive.

Let's run a series of performance tests, ideally on WPT, to compare LQIP raster image rendering performance vs. SQIP rendering performance and also compare CPU utilization.

drewg233
drewg233 commented Apr 25, 2018

I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?

plaiceholder
kruserr
kruserr commented Nov 2, 2021

I use this library for progressive image rendering in next.js.
I noticed that when the image is upgraded from the placeholder a blinking effect occurs.
Looking at both the images i could clearly see that the placeholder image was brighter than the original image.
This effect is exaggerated with lower amounts of blur filter.
Digging through the source code, i stumbled upon this section.

pack

Improve this page

Add a description, image, and links to the placeholder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the placeholder topic, visit your repo's landing page and select "manage topics."

Learn more