Загрузка страницы

CSS Text Typing Animation | Multiple Text Typing Animation

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;

Responsive Portfolio Website with Typing Animation
➤ https://www.youtube.com/watch?v=tcskp-ncN0I

If you don't know how to do then simply download the code files from here - https://codingnepalweb.com/text-typing-animation-using-only-html-css/

Second Channel - https://bit.ly/3aHNkru
My Code Editor - https://youtu.be/55VjXTeYkTE
Facebook - https://www.facebook.com/coding.np
Instagram - https://www.instagram.com/coding.np

Music Credit:
Track: Ikson - Last Summer
➤ Watch: https://youtu.be/3GyQlZpUimQ

Track: Jimmy Hardwind - Want Me (feat. Mike Archangelo)
➤ Watch: https://youtu.be/-Rw8zR9wmTY

Видео CSS Text Typing Animation | Multiple Text Typing Animation канала CodingNepal
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
24 февраля 2021 г. 18:50:49
00:05:29
Яндекс.Метрика