Vansh Sharma Profile picture
Jul 13, 2021 11 tweets 3 min read Read on X
13/7/2021 🧵

📌📌CSS Animation📌📌

CSS allows animation of HTML elements without using JavaScript or Flash!
1⃣ animation-name: The animation-name property specifies a name for the keyframes animation. Image
2⃣ animation-duration: The animation-duration property defines how long an animation should take to complete one cycle.

Note: Always specify the animation-duration property, otherwise the duration is 0, and will never be played. Image
3⃣ animation-timing-function: The animation-timing function specifies the speed curve of an animation.

Values: linear | ease | ease-in | ease-out | ease-in-out | step-start | step-end |steps (int,start|end) | cubic-bezier(n,n,n,n) | initial | inherit; Image
4⃣animation-delay: The animation-delay property specifies a delay for the start of an animation. Image
5⃣ animation-iteration-count: The animation-iteration-count property specifies the number of times an animation should be played.

NOTE: You can also use "infinite". Image
6⃣ animation-direction: The animation-direction property defines whether an animation should be played forwards, backward, or in alternate cycles.

Values: normal | reverse | alternate | alternate-reverse Image
7⃣ animation-fill-mode: The animation-fill-mode property specifies a style for the element when the animation is not playing (before it starts, after it ends, or both).

Values: none | forwards | backwards | both Image
8⃣ animation-play-state: The animation-play-state property specifies whether the animation is running or paused

Values: paused | running Image
9⃣ Shorthand for the animation:

animation: name duration timing-function delay iteration-count direction fill-mode play-state;
If you enjoyed reading this:

- please RETWEET/LIKE the first tweet
- For more threads like this Follow @Vanshsh2701

Thankyou👍🤟😊

• • •

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

Keep Current with Vansh Sharma

Vansh Sharma 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 @Vanshsh2701

Jan 29, 2022
🧵 Resume and Networking Advice.

▶️ How to write accomplishment
▶️ How to write Thankyou letter after interview
▶️How to become good Storyteller
1️⃣ How to write accomplishment
- Always focus on what you achieved being in the that role not what you are supposed to do

Example:

✅ Designed an email toolkit and style guide to enable teams to quickly build mobile-responsive emails

❎ In charge of creating design assets.
Read 6 tweets
Jul 15, 2021
15/7/2021
📌📌CSS Border Properties📌📌
In this we will discuss:

#100DaysOfCode
#DEVCommunity
1⃣ border-collapse: The border-collapse property sets whether table borders should collapse into a single border or be separated as in standard HTML.

Values: separate | collapse
2⃣ border-image: The border-image property allows you to specify an image to be used as the border around an element.

Border-image property :
▶️ border-image-source
▶️ border-image-slice
▶️ border-image-width
▶️ border-image-outset
▶️ border-image-repeat
Read 10 tweets
Jul 14, 2021
14/7/2021
📌📌 CSS Background Properties 📌📌
In this 🧵 we are going to discuss:

▶️ background-color
▶️ background-image
▶️ background-position
▶️ background-size
▶️ background-repeat
▶️ background-origin
▶️ background-clip
▶️ background-attachment

#DEVCommunity
#CSS3
1⃣ background-color: The background-color property sets the background color of an element.

The background of an element is the total size of the element, including padding and border (but not the margin).
2⃣ background-image: The background-image property sets one or more background images for an element.

Values: URL | none | linear-gradient | radial-gradient | repeating-linear-gradient | repeating-radial-gradient
Read 11 tweets
Jul 1, 2021
🗺️HTML/CSS Roadmap for beginners with resources.
If you have done all these things. You can proudly put
HTML/ CSS on your resume.👇👇
Congratulations, Now you have added two more skills in your stack
🧵🧵
1⃣ Fast Learning: 🔗 rb.gy/wcpfx7
As I always say. If you are self-taught. Then before starting new skills go for fast learning because it will give you confidence and an idea about What all is going to come in your way.
2⃣ Basics:
🔗w3schools.com : Do HTML/CSS.

🔗rb.gy/as2yex: Practice and certificate

🔗web.dev/learn/css/: CSS

What I think is only videos will not work unless you read by yourself and make notes.
So do take handwritten notes. It really works.
Read 6 tweets
Jun 30, 2021
5⃣ Open Source Contribution Platforms
🧵🧵
1⃣ Google Summer of Code: summerofcode.withgoogle.com
2⃣ Outreachy: outreachy.org
Read 6 tweets
Jun 30, 2021
🎯 Simple JavaScript Roadmap with resources.
🧵👇
1⃣ Start with fast learning: 🔗rb.gy/4ftn3c

This is like Reading Chapter Summary before reading the actual chapter. Don't worry if you don't get it during this process. It is just to make you familiar with topics.
2⃣ Build Something:🔗 rb.gy/z4oovl

Now after learning in 1⃣ Step. You should build projects don't worry. If you don't have any idea about what to do.
Follow this video.
Read 6 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

Don't want to be a Premium member but still want to support us?

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

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(