Here is how you create placeholder shimmer in CSS 🤩
This is a popular technique in modern websites to show that data is being fetched. This is generally considered to have better user experience compared to loading spinners/preloaders
We achieve this effect by creating a gradient background and automating it's position.
⚠️ Automating the background might be a little resource intensive. Do not use it on very large elements.
#css
#csstricks
#coding
#programming
#html
#javascript
#frontend
#webdesign
#fullstack
#reactjs