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

15 Jul
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 Image
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
14 Jul
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). Image
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 Image
Read 11 tweets
1 Jul
πŸ—ΊοΈ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
30 Jun
5⃣ Open Source Contribution Platforms
🧡🧡
1⃣ Google Summer of Code: summerofcode.withgoogle.com
2⃣ Outreachy: outreachy.org
Read 6 tweets
30 Jun
🎯 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
29 Jun
4⃣Twitter tools that will help you manage your Twitter account like professionals.
#DEVCommunity
1⃣ SocialOomph πŸ”—rb.gy/krhhvh

Some of the features that make this one must-have tool:
Auto send DM to new followers
Automatic follow new followers
Send recurring tweets
Delete all DM or Tweets
2⃣ AgoraPulse πŸ”— agorapulse.com

Here are a few features:
Automatically delete spam, get rid of trolls
Monitor all tweets,
mentions from a single screen.
Use templates to reply to tweets.
Offers Chrome extension
Read 5 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!

:(