CSS Text Typing Animation | HTML & CSS

  Рет қаралды 49,218

Web Dev Made Easy

Web Dev Made Easy

Күн бұрын

Пікірлер
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
If you find this video helpful, give it a like as this would help it reach even more people! Also, subscribe if you haven't ! Thank you! 🙏 👉 Source Code Available Here: 🌱devmadeeasy.gumroad.com/l/texttypinganimation
@designdesk7728
@designdesk7728 3 жыл бұрын
Same idea as codingnepal
@designdesk7728
@designdesk7728 3 жыл бұрын
Did you copy?
@technoworldnow3571
@technoworldnow3571 3 ай бұрын
OMG.. such an amazing creativity!! really great .... we'll request you more such valuable lessons please. !!
@DevMadeEasy
@DevMadeEasy 3 ай бұрын
More to come!
@v_kzzz
@v_kzzz 2 ай бұрын
Epic, I thought wasn't possible without javascript
@yodafootball5000
@yodafootball5000 2 жыл бұрын
Is there a way to make the marker (border) stop at the end of each word? Right now it's stopping at the last letter of the longest word in the list.
@WherezTheMilk
@WherezTheMilk Жыл бұрын
bro this was bloody brilliant
@DevMadeEasy
@DevMadeEasy Жыл бұрын
I'm glad you liked it... Happy Coding my Friend!
@satyamjatt6385
@satyamjatt6385 Жыл бұрын
Wow 😲 i understand only one attempt and i make it By Little help Thanks 👍
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Happy to help
@rafiatala8421
@rafiatala8421 Жыл бұрын
l loved it.انه رائع لك كل التحية from syria
@DevMadeEasy
@DevMadeEasy Жыл бұрын
I am glad you liked it! Happy Coding!
@kevinronald7171
@kevinronald7171 Жыл бұрын
My background is an image so what CSS property should I change in order to have the erase effect?
@DevMadeEasy
@DevMadeEasy Жыл бұрын
I did another one on my channel using a photo like a background: kzbin.info/www/bejne/eHaYlpWafqapaJY Happy Coding my friend,.
@anonymousperson8896
@anonymousperson8896 Жыл бұрын
how do i hide the text if i have a background img??? pls help ps. i dont want it to get rid of it
@SteveJohnSteele
@SteveJohnSteele 9 ай бұрын
The short answer is "you can't" but you can replace the typing animation with a fade animation.
@anuragkasudhan3734
@anuragkasudhan3734 2 жыл бұрын
loved it absolutely, simple and effective!
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Awesome, thank you!
@thegratemuslim
@thegratemuslim 3 жыл бұрын
This is awesome guys !! I got a perfect solution from here. Have a nice jurney, Thank you so much...
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Glad it helped!
@thegratemuslim
@thegratemuslim 3 жыл бұрын
@@DevMadeEasy Go ahed,,,,
@thegratemuslim
@thegratemuslim 3 жыл бұрын
Sir I have request If you make a skill section like circle progressbar, We will lot benifite....
@kaynesheenan
@kaynesheenan 3 жыл бұрын
wow, very cool. I wasn't sure how you could achieve that effect without JS.
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Glad you like it!
@bharathasalli6129
@bharathasalli6129 3 жыл бұрын
kzbin.info/www/bejne/iouVg5iGl6iloZo Check this also
@tposell1450
@tposell1450 2 жыл бұрын
Diwali animation using html and css kzbin.info/www/bejne/bqmkhpxmit-Gfdk
@karinkaufer5251
@karinkaufer5251 Жыл бұрын
Hi! how can I add this to my squarespace site? thanks!
@DevMadeEasy
@DevMadeEasy Жыл бұрын
You can follow these steps: Download the CSS and JavaScript files from the GitHub repository. In your Squarespace site, go to the page where you want to add the typing animation. Open the page editor and click on the Settings icon. Click on the Advanced tab. Click on the Code Injection option. In the header section, copy and paste the link to the JavaScript file you downloaded in step 1. In the header section, copy and paste the CSS code from the CSS file you downloaded in step 1. Save the changes. Back in the page editor, insert an HTML block where you want the text animation to appear. Copy and paste the HTML code from the GitHub repository into the HTML block. Modify the text inside the HTML block to display the text you want to animate. Save and publish your changes. Happy Coding!
@SteveJohnSteele
@SteveJohnSteele 9 ай бұрын
You know you could have different colours for each word. Change the typing animation to be the same length as the slide animation. Then split the typing animation into 4 parts (for the 4 words) 0-25, 25-50, 50-75, 75-100. Change the text colour in the animation.
@yewinnaing9826
@yewinnaing9826 Жыл бұрын
first I wanna ask you why you made the position relative in two times. Can u expalin
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Hello Dev, how are you doing? The first instance ensures the text is positioned relative to its container, not the entire page. The second instance creates the effect of each letter appearing one at a time, by positioning each letter relative to the previous one. In short, position: relative; is used to position the text and create the typing effect. Happy Coding my Friend!
@randabadawy4170
@randabadawy4170 Жыл бұрын
wow, amazing ,I can't believe you will do it without Js.
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Hello Web Warior, thank you for your kind words! I'm glad I could assist you. While JavaScript is a powerful programming language, many tasks can be accomplished without it as well. If you have any more questions or need further assistance, feel free to ask.
@Ahrinoma
@Ahrinoma 2 жыл бұрын
How could I add text on the other side of the animation that is still inline
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Hey dev, send me you code, so I can see what you trying to do... I will healp you out... You can post it at CodePen, then share it with me...
@AlexanderImbaPaucar
@AlexanderImbaPaucar Жыл бұрын
thats in a color background, how i do in a background image?
@DevMadeEasy
@DevMadeEasy Жыл бұрын
I did another one on my channel using a photo like a background: kzbin.info/www/bejne/eHaYlpWafqapaJY Happy Coding my friend,.
@amerlopo
@amerlopo 11 ай бұрын
how can i do this with background image?
@DevMadeEasy
@DevMadeEasy 11 ай бұрын
I did the same effect with a background Image.... kzbin.info/www/bejne/eHaYlpWafqapaJY Happy Coding!
@amerlopo
@amerlopo 11 ай бұрын
@@DevMadeEasy i mean when is background image behind typing animation
@tachisnofansub
@tachisnofansub 2 жыл бұрын
Really helpful super clear and easy ty!
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Great to hear!
@tposell1450
@tposell1450 2 жыл бұрын
Diwali animation using html and css kzbin.info/www/bejne/bqmkhpxmit-Gfdk
@jesussantiago2408
@jesussantiago2408 2 жыл бұрын
very good!!!
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
I am glad KZbin liked it!
@shlomiashkenazi8844
@shlomiashkenazi8844 2 жыл бұрын
Amazing video
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Glad you think so!
@EbayChatFailsMain
@EbayChatFailsMain 2 жыл бұрын
how did you have 2 things in 1 line but 1 in the upper line and one in the under line? in the first of the video
@dtheminiature2921
@dtheminiature2921 2 жыл бұрын
This only works when your background is a uniform color. It doesn't work on a background image.
@BliitzPint
@BliitzPint 3 ай бұрын
You could do it with clip path and property animation.
@yanmantovani4421
@yanmantovani4421 2 жыл бұрын
Olá, sou do Brasil. Você poderia me ajudar a arrumar meu código? Estou desenvolvendo meu portfólio com base em outro, porém onde eu quero que tenha a animação do seu vídeo, as letras ficaram todas da mesma cor.
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Olá DEV, voce poderia postar seu código lá no CodePen e compartilhar aqui, daí podemos ver o erro e ajudá-lo. Happy Coding!
@GODLXSPEEDGOD
@GODLXSPEEDGOD 8 ай бұрын
Can you tell me how to make these responsive
@DevMadeEasy
@DevMadeEasy 8 ай бұрын
Hello DEV to make the provided HTML and CSS code responsive, you can apply a few adjustments. Here's how you can modify the code: 1) Use relative units for font sizes: Instead of fixed font sizes, use relative units like percentages or em to make the text adapt to different screen sizes. 2)Utilize media queries: Define different CSS rules for different screen sizes using media queries. Adjust the layout and styles based on the screen width. Happy Coding.
@Yourgopal21
@Yourgopal21 3 жыл бұрын
How apply this work to WordPress home page
@kaziikram9312
@kaziikram9312 2 жыл бұрын
if one of the list items is short and another is very long then the animation continues for a long time after the short word how do i fix this
@Adziwo
@Adziwo Жыл бұрын
Hello ! Great video and very well explained! In fact I integrated a dark mode on my site. As a result, the background works well on the white background (the text is removed) but not on my gray background. Do you have any recommendations? Thanks !
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Hello Web Warrior, thanks for the info! I am glad you liked it! Can you show me your code, so I can help? Happy Coding!
@dadethenull
@dadethenull 3 жыл бұрын
Min-height: 100vh; can I give it to the “div” in the body rather than the “body”?
@mrrobot5713
@mrrobot5713 2 жыл бұрын
Yeah it's okay 👌🏻
@tposell1450
@tposell1450 2 жыл бұрын
Diwali animation using html and css kzbin.info/www/bejne/bqmkhpxmit-Gfdk
@meetchothani3737
@meetchothani3737 3 жыл бұрын
Thanks it helped a lot 😌
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Glad it helped!
@PRIME-gr3gs
@PRIME-gr3gs 2 жыл бұрын
THANK YOU MAN !!
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Glad it helped!
@gregduncan5993
@gregduncan5993 3 жыл бұрын
Very clever!
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Glad you think so! Happy Coding!
@tusharsharma6518
@tusharsharma6518 2 жыл бұрын
Hey can you please give the code of this (that html file )🙏🙏🙏
@maxzampieri6846
@maxzampieri6846 2 жыл бұрын
For 5 elements make animation: slide 15s steps(5) infinite; @keyframes slide { 100% { top: -450px; } }
@MuhammadAsad-j6m
@MuhammadAsad-j6m 4 ай бұрын
Everything is great but I wished that cursor would blink
@helakajayakody2853
@helakajayakody2853 3 жыл бұрын
how to use this without the cursor
@sanjanasharma-rh8ek
@sanjanasharma-rh8ek 8 ай бұрын
thank you
@DevMadeEasy
@DevMadeEasy 8 ай бұрын
You're welcome! I am glad you liked it. Happy Coding my friend.
@hagergamal2856
@hagergamal2856 3 жыл бұрын
Great video ☺️ Please keep going 🥳 Have 2 questions 1- in calc(100% +30px ) Why 30 px ? 2- why using -360 ?
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
I'm glad you liked it, you can change these values depending on what you think will look best in your project and the size of the words used... Happy Coding!!
@aakaashsenthilkumar1915
@aakaashsenthilkumar1915 2 жыл бұрын
Were you able to figure out why he used those values? I am having trouble picking values for myself
@tposell1450
@tposell1450 2 жыл бұрын
Diwali animation using html and css kzbin.info/www/bejne/bqmkhpxmit-Gfdk
@Coder_Amateur
@Coder_Amateur 2 жыл бұрын
@@aakaashsenthilkumar1915 30px is the letter size, if you increase the font-size u will need to increase to his width on animation. Now the -360px i think when appear "Im KZbinr" the dynamic text only have 90px height, if u put -360 on top that text will up, and the next text will take his place and go up too, until the steps end. i dont know too im newbie 💫💫💫💫
@iwonder9606
@iwonder9606 Жыл бұрын
Taking so much time
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Hello Web Warrior🥷 I am glad you like it! Happy Coding my Friend!
@arifmahmud5969
@arifmahmud5969 3 жыл бұрын
Thanks Man
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Any time
@عينهاء-ظ4ش
@عينهاء-ظ4ش 2 жыл бұрын
i do it every thing but dose not work
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Hello 99% of the time it is a typo. Contact me via facebook and I'll send you the code. Happy Coding my friend!
@syediqbalahmed3176
@syediqbalahmed3176 3 жыл бұрын
*_good ... ocay ..._*
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Hey Syed, I'm glad you liked it!
@NoorAli-eb6us
@NoorAli-eb6us 3 жыл бұрын
Plz do it with pure Js without using typed.js
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Hey Dev, how are you doing? I did it before in this channel, now we have 2 ways of doing it: with and without JS: Check it out: 🎬Type Writer Effect | JavaScript 👉 kzbin.info/www/bejne/rHrOoJ-hq9h3qLc
@mayankagrawal345
@mayankagrawal345 2 жыл бұрын
not working pls help
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Can you please share you coding with us? I'm happy to help you. Let me tell you something 99% of the time it's just a typo somewhere. Let me know!
@quotexofficialbd
@quotexofficialbd 2 жыл бұрын
u just make your tricky mind to make like this but it cant be a good tutorial becaise of if wanna write something bellow this section i cant..u know what I mean
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
There are no limits to what you can do here. Keep using CSS and if you need something more powerful use JavaScript, simple as that. Happy Coding!
@mohamedamaan133
@mohamedamaan133 2 жыл бұрын
Can you give source code
@DevMadeEasy
@DevMadeEasy Жыл бұрын
It is in the video description
@syediqbalahmed3176
@syediqbalahmed3176 3 жыл бұрын
*_responsive complete web design required ..._*
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Hey Dev, I'm glad you liked it!!!
@syediqbalahmed3176
@syediqbalahmed3176 2 жыл бұрын
*_good ... may chee later ..._*
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Hey Dev, good to see you here... This is a great project for you to improve your dev skills!
@slazx141
@slazx141 Жыл бұрын
sammer
@DianaSofialp2000
@DianaSofialp2000 3 жыл бұрын
not responsive
@DevMadeEasy
@DevMadeEasy 3 жыл бұрын
Hey Diana, how are you doing? It can be easily done using Media Queries... Happy Coding!
Countdown Timer | JavaScript
20:00
Web Dev Made Easy
Рет қаралды 43 М.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 985 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Customizable typewriter animation with CSS
19:27
Kevin Powell
Рет қаралды 348 М.
Typing Text Animation Using Only HTML & CSS
5:46
DarkCode
Рет қаралды 46 М.
Learn All Types of CSS Border Animations in Just 5 Minutes
4:38
Learn CSS Flexbox in 20 Minutes (Course)
20:37
Coding2GO
Рет қаралды 292 М.
📇How To Make Circular Progress Bar | HTML CSS JavaScript
13:47
Web Dev Made Easy
Рет қаралды 50 М.
CSS Text Typing Animation | Multiple Text Typing Animation
5:29
CodingNepal
Рет қаралды 363 М.
Matrix Rain Experiments in JavaScript (tutorial)
24:51
Franks laboratory
Рет қаралды 55 М.
You Don't Need JavaScript For This - CSS ONLY Infinite Scroll
23:35
Slaying The Dragon
Рет қаралды 151 М.
Subtle, yet Beautiful Scroll Animations
5:04
Beyond Fireship
Рет қаралды 1,8 МЛН
Learn CSS ::before and ::after in 4 Minutes
3:57
Coding2GO
Рет қаралды 217 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН