4⃣animation-delay: The animation-delay property specifies a delay for the start of an animation.
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".
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
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
8⃣ animation-play-state: The animation-play-state property specifies whether the animation is running or paused
Values: paused | running
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
🗺️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.
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.