SWEBDEV Telegram 4066
Skeleton Loading

Skeleton Loading - это серые «заглушки», которые показываются до загрузки данных. Пользователь сразу видит структуру страницы и не думает, что сайт завис. Такой приём снижает число уходов и делает интерфейс визуально быстрее.

Как внедрить? Рассмотрим два варианта:

1. CSS-анимация shimmer:
.skeleton {
background: linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);
background-size: 200% 100%;
animation: shimmer 1.5s infinite;
}


2. React/Vue:
Показываем <Skeleton /> вместо контента при loading=true.

👉 @sWebDev | #полезные_сниппеты
2



tgoop.com/sWebDev/4066
Create:
Last Update:

Skeleton Loading

Skeleton Loading - это серые «заглушки», которые показываются до загрузки данных. Пользователь сразу видит структуру страницы и не думает, что сайт завис. Такой приём снижает число уходов и делает интерфейс визуально быстрее.

Как внедрить? Рассмотрим два варианта:

1. CSS-анимация shimmer:
.skeleton {
background: linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);
background-size: 200% 100%;
animation: shimmer 1.5s infinite;
}


2. React/Vue:
Показываем <Skeleton /> вместо контента при loading=true.

👉 @sWebDev | #полезные_сниппеты

BY Frontender Libs - обзор библиотек JS / CSS





Share with your friend now:
tgoop.com/sWebDev/4066

View MORE
Open in Telegram


Telegram News

Date: |

A few years ago, you had to use a special bot to run a poll on Telegram. Now you can easily do that yourself in two clicks. Hit the Menu icon and select “Create Poll.” Write your question and add up to 10 options. Running polls is a powerful strategy for getting feedback from your audience. If you’re considering the possibility of modifying your channel in any way, be sure to ask your subscribers’ opinions first. Ng, who had pleaded not guilty to all charges, had been detained for more than 20 months. His channel was said to have contained around 120 messages and photos that incited others to vandalise pro-government shops and commit criminal damage targeting police stations. Invite up to 200 users from your contacts to join your channel The main design elements of your Telegram channel include a name, bio (brief description), and avatar. Your bio should be: How to Create a Private or Public Channel on Telegram?
from us


Telegram Frontender Libs - обзор библиотек JS / CSS
FROM American