CSS Text Typing Animation | Multiple Text Typing Animation | SWC | 2021
➖➖➖➖➖➖➖➖➖➖➖➖➖🔻🔻
Pure CSS Text Typing Animation | Multiple Text Typing Animation using HTML & CSS
In this video, I have shown you how to create a pure css text typing animation. In this animation, there is a total of four texts and each text slide and appear with a typing animation.
If you want to erase back the typed text then remove the last @keyframes codes and add this
@keyframes typing {
40%, 60%{
left: calc(100% + 30px);
}
100%{
left: 0;
}
}
And also you have to change the time duration of the animations
Line. 36 - Replace this line with this:
animation: slide 12s steps(4) infinite;
Line. 56 - Replace this line with this:
animation: typing 3s steps(10) infinite;
➖➖➖➖➖➖➖➖➖➖➖➖➖🔻🔻
Download Code :- https://swc.indiantechno.in/2021/10/1...
➖➖➖➖➖➖➖➖➖➖➖➖➖🔻🔻
Website :- https://swc.indiantechno.in/
➖➖➖➖➖➖➖➖➖➖➖➖➖🔻🔻
Stay connected with our official Social Media Pages:
Facebook :- / akhil8084
Instagram :- / itsolutionv.in
Telegram :- https://t.me/itsolutiov
Twitter :- / akhiles85933246
Website :- https://itsolutionv.in/
Website :- https://www.indiantechno.in/
Helpline :- ak2020.ak7@gmail.com
➖➖➖➖➖➖➖➖➖➖➖➖➖🔻🔻
Boya BY-M1DM Mic :- https://amzn.to/3ystKuv
Mobile Tripod Stand :- https://amzn.to/3AmcHuN
LED Ring Light with Tripod Stand for Mobile Phones :- https://amzn.to/3fyeTaf
Light Studio Video Background Green :- https://amzn.to/2VsnO6t
Computer Mic with Professional Sound Chipset for Gaming, Streaming, YouTube, Voice Over, Studio, Home Recording :- https://amzn.to/3rVBT8a
➖➖➖➖➖➖➖➖➖➖➖➖➖🔻🔻
Content Cover
#stylewebcode #style_web_code #swc #html
#htmltutorial #html_tutorial
#Multiple_Text_Typing_Animation
#CSS_Text_Typing_Animation
#CSSTextTypingAnimation
#MultipleTextTypingAnimation
コメント