CSS Text Typing Animation | Multiple Text Typing Animation

CodingNepal
CodingNepal
Pure CSS Text Typing Animation | Multiple Text Typing Animation using HTML & CSSIn this video, I have shown you how ...
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.

Improved version of this Text Typing Effect
Watch: Create Text Typing Effect in HTML CSS...

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;

Responsive Portfolio Website with Typing Animation
Complete Responsive Personal Portfoli...

If you don't know how to do then simply download the code files from here - https://codingnepalweb.com/text-typin...

Second Channel - https://bit.ly/3aHNkru
My Code Editor - Best Text Editor for HTML CSS Javascr...
Facebook - Facebook: coding.np
Instagram - Instagram: coding.np

Music Credit:
Ikson - Last Summer [Official]
#37 Last Summer (Official)

Track: Jimmy Hardwind - Want Me (feat. Mike Archangelo)
➤ Watch: Jimmy Hardwind - Want Me (feat. Mike ...

همه توضیحات ...