How To Create Skeleton Loading Animation With CSS

preview_player
Показать описание

Skeleton loading is one of the best loading experiences a user can experience. It is used on nearly every large site including YouTube and in this video I will show you just how easy it is to set up your own Skeleton loading animation.

📚 Materials/References:

🌎 Find Me Here:

⏱️ Timestamps:

00:00 - Introduction
00:30 - Demo
01:45 - Image skeleton loading
05:35 - Text skeleton loading
07:50 - Implementing skeleton loading

#SkeletonLoading #WDS #CSS
Рекомендации по теме
Комментарии
Автор

Your consistent new videos are so refreshing. I knew I made the right decision subscribing mate. Thank you Kyle ❤️

camc
Автор

This is precisely what I needed, was just about to make some of these tomorrow lol!

Zeilar
Автор

Exactly what I needed to know right now. Thank you you are awesome <3

ayushniroula
Автор

Cool tutorial, I dig it. I've been using something pretty similar for years, which has worked great. I use a "data-attibute" approach and the :empty CSS pseudo-class.
So, on the parent DIV that you're loading stuff into, have a data-attr, examples such as: data-skeleton-load="full" or data-skeleton-load="table" or data-skeleton-load="card" or data-skeleton-load="form".
Basically just keep the parent DIV empty until the data loads in, and while empty, the css loading animation will occur from one of your loading templates.
Kinda same idea, just a little different.

edwardyakovich
Автор

I wanted this kind of stuff from your channel a year ago, but now I have it. I have been doing it the hard way, thanks for simplfying the web!

husseinkizz
Автор

After watching this video I just implemented it on an app I am working on at work. I used some very different settings, but this video inspired me to give it a whirl. Because it's an internal tool and there is a very fast load time it wasn't totally needed, but I had a fun time trying it out. Thanks for this video!

colinm
Автор

Very nice and concise.
Would love to see more css shorts like this.

darkmift
Автор

Awesome content as always, thank you Kyle!

anticsBack
Автор

Wow!! haven't thought it was so simple. Thanks for this Kyle :)

brijspy
Автор

Looked so simple yet so effective! Thanks for sharing this.. keep doing these things!
So much to learn on every topic :)

chetan
Автор

Couldn't have come at a better time, I needed this at work! :D

TheDmNtd
Автор

Just thought about it yesterday and today it's here. Thanks Kyle 👍

blankdeepspace
Автор

Your videos are awesome! Thank you for doing these. I’ve watched so many of them.

cryptogap
Автор

This is absolutely great, I noticed youtube video has a loading animationa and wondered how it works and your video is recommended by Youtube. So GREAT.

pauljohn
Автор

funny how this is the last thing to a big intranet dashboard page where sometimes its good to have something like a skeleton loading, perfect timing master web :D

arneg
Автор

I was just thinking about this one, Thank you for this ❤

paulreyesdigital
Автор

Exactly what I need, very simple, understandable and so accurate. Thank you so much !

Skalexsong
Автор

As always - great tutorial. 😍
Thank You so much, it might be useful in future projects.

xKondi
Автор

I've been looking for it, Thank you so much

omrajeshkbangalore
Автор

As allways you coming right on time, exactly when i wonder how to implement it well haha,
Thanks again man!

avivperets