Let's create this LOADING animation in less than 15 minutes🌈

THREAD🧵
The HTML structure is pretty straight forward

- Create a container div

- Create 7 different span elements for each letter in the word "LOADING"
- Centralize everything, I have used positioning in order to center my elements but you can use any method you want
- Increase the font size and letter spacing

- Apply some text-shadow in order to give it a attractive look

- Don't forget to add display inline-block in span because you can't transform a element with inline display
- Now we need flip animation in our span element

span {
animation: flip 4s infinite linear;
}

- Create a keyframe rule for flip animation
- Now add animation delay in all letters so that they all flip one after other

- Add animation delay such that total delay time sums up the animation time (i.e. 4 sec) also set equal intervals of delay
That should be it I guess😍

Share your creations below. And feel to share any kind of feedback❤️

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Pratham 👨‍💻🚀

Pratham 👨‍💻🚀 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @Prathkum

24 Jan
63 RESOURCES OF CSS🌈👇

Thread🧵
📌 COLORS

1. Color Hunt
colorhunt.co

2. Coolors
coolors.co

3. HTML color codes
htmlcolorcodes.com

4. UI Gradients
uigradients.com/#Bupe

5. Gradient generator
cssgradient.io
6. Encycolorpedia
encycolorpedia.com

7. WebFx
webfx.com/web-design/col…

8. Radial Gradient
css-gradient.com

9. COLORS
clrs.cc

10. Flat UI colors 2
flatuicolors.com
Read 14 tweets
23 Jan
50 resources for learning JavaScript in 2021👇

Thread🧵
In this tweet you will find resources in various form

- Documentation
- Courses
- Websites
- YouTube Videos
- Books
- GitHub Repos
- Interactive learning
- Projects
📌 DOCUMENTATION

1. MDN
developer.mozilla.org/en-US/docs/Web…

2. W3 Schools
w3schools.com/js/

3. DevDocs
devdocs.io/javascript/

4. JavaScript Info
javascript.info

5. JavaScript Garden
bonsaiden.github.io/JavaScript-Gar…
Read 13 tweets
21 Jan
Yesterday I invented a new design concept I named "Dropmorphism" 😂

Let's see how I made it👇

THREAD🧵 Complete final output of drop
🚨 The heart of this art is box-shadow and border-radius

I created the shape of drop using Fancy border generator👇

9elements.github.io/fancy-border-r…
Now you a drop ready, We are good to go.

- Create a blue background and centralize your drop Step 1: Creating a drop and...CSS code for step 1
Read 13 tweets
20 Jan
Have you heard the term "PROGRESSIVE WEB APPLICATIONS"🌐?

A detailed thread on it🧵
In this thread you'll find

- All about PWAs
- Learning resources
- Project idea
- And lots of knowledge
You might listen or read somewhere that PWAs is the future of web applications.

WHY? We will try to find the answer👇
Read 16 tweets
18 Jan
How to make different shapes and figures using CSS?🔴🔺⬛🔶

THREAD🧵
1. Circle

- Pretty simple, we just need to make a square and apply the border-radius 50% in order to give it a circular shape ImageImageImage
2. Semi-circle

- Create a rectangle
- Apply border radius top left and top right same as height of the rectangle ImageImageImage
Read 12 tweets
16 Jan
CSS arts are simple🌈
Let's make this laptop in a few simple steps👇

THREAD🧵
STEPS

- Create screen
- Create base
- Create touch pad
- Create key's base
- Create keys
STEP 1: Create Screen

- Create a rectangle for our laptop screen
- Set background color as white
Read 12 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!