Building a CSS Loading Spinner in 3 Minutes

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

@colt you are amazing. I am in your WDB course and i love the way you teach us

petuprasad
Автор

The first teacher I had in my way to programming ♥️ You are awesome

mahdiaghaei
Автор

I've been following your courses for years. Nowadays Your voice becomes a part of my life.

Thanks colt!

Mr_Thouseef
Автор

Colts way of teaching is the best. Thanks!

ludwigd.v.
Автор

Awesome series. Thanks Colt, Looking forward to it.

chrisjames
Автор

Oh this is cool man. I'm going to do this and add to a project that using wordpress front and react dash front auth. We dont have anything right now so this was on my todo back log lolol thanks for the nudge colt

sobeyyy
Автор

Thanks for making it so easy to implement

diugach
Автор

Thank you so much Colt! I am your fan!

marynamarkova
Автор

I was able to do it without stress. thanks for your good work

Kaycee
Автор

I'm interested in how to create the one you showed on 0:30. It's kind of showing the circle border to be filled up to 90% and then going back to the start 🤩

--aliona--
Автор

Honestly? This is so good and so simple, that I had to go look for a more complicated spinner implementation :D
No offense though! Its a compliment!

klirmio
Автор

I always thought one had to do major JavaScript coding to achieve this 😱

rahxephon
Автор

Thanks for sharing...
I'll look at it later...

Please continue to post other items...

Thankful_n_Grateful
Автор

I love your style of teaching! Would you be able to teach Java Spring Boot and Hibernate?

ashleyinprogress
Автор

How can a man learn lot of things & expert over all?
I think you are not a human Sir!

memeworld
Автор

jokes on you, I don't have a child yet. hahaha

kalamansihans
Автор

I have added a Bunny image to the spinner that gives it sort of a loony Toons effect:
.spinner {
height: 120px;
width: 120px;
border: 6px solid;
border-radius: 50%;
border-color: white transparent white transparent;
/* animation: spin 1s linear infinite; */
animation: spin 1.3s ease infinite;
background-image: url(../images/LB2.jpg);
background-size: contain;
}

thrillereighties
Автор

So no link in the description to the spinners you opened this video with..? 🤔

OK then.. Thanks anyway.

shineLouisShine
Автор

Just finished your TypeScript class on Udemy, are you by any chance planning to release a React course?

stanleympoyi