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: Dive into ScrollAnimationJS! 🚀 Get it now: devmadeeasy.gumroad.com/l/ScrollAnimationJS 🛠
@the_kid77710 ай бұрын
I love how dramatic all the music and animations are. Most coding tutorials out there on KZbin nowadays have this somewhat fancy, chill vibe to them. But life, in its true form, is not fancy, nor is it chill. Life's drama, isn't it?
@DevMadeEasy10 ай бұрын
It's easy to get lost, find certain parts boring, so if we bring the code to life, people start to enjoy what they do, doing it better.
@PrefnaVagheni6 ай бұрын
I'm still a newbie but for sure you've earned a subscriber. you use techniques that are understandable even though someone lacks experience. this trick of 400% and -400% on transform is my new thing today. 👏👏
@NaveenReddy-vm3ps11 ай бұрын
Sir thank you for spreading your knowledge with us. You are a great guru!
@DevMadeEasy11 ай бұрын
Thanks and welcome... Happy Coding my friend!
@Abhaysharma-jx1qv7 ай бұрын
Thank you, it was a quick , to the point and simple tutorial for a powerful tool.
@DevMadeEasy7 ай бұрын
Glad you liked it! Happy Coding my friend!
@daggerv3 Жыл бұрын
Thank you for this incredible video. Please keep making more.
@DevMadeEasy Жыл бұрын
Thank you! Will do!
@fabiomatta15307 ай бұрын
Thank you so much for sharing your knowledge. You are a great teacher.
@DevMadeEasy6 ай бұрын
So nice of you! Happy coding my friend!
@NareshBojja-k2t11 ай бұрын
Thank you for this great video. Your valuable information made my day.
@DevMadeEasy11 ай бұрын
Glad it was helpful!
@rikter21142 жыл бұрын
Thank You I learnt a lot from this video!
@DevMadeEasy2 жыл бұрын
Glad it was helpful!
@NareshKushwaha-rp7rh10 ай бұрын
Thats amazing sir 😍 Love to see more such video from you specially on boundingclientreact 😊
@DevMadeEasy10 ай бұрын
Very soon Happy coding my friend.
@NareshKushwaha-rp7rh10 ай бұрын
@@DevMadeEasy Happy coding Sir.
@godwyneben Жыл бұрын
Great video. Very direct and straight to the point. What font extension is your vs code pls?
@barnabasgonda6887 Жыл бұрын
Very nice solution 👍 It would be nice to use for page loading, like progress bar🎉
@DevMadeEasy Жыл бұрын
Hello Web Warrior, Thank you for your feedback! I'm glad you found the solution helpful. Happy Coding my friend!
@AnmolTheSage Жыл бұрын
Can you please tell me how I can do this but horizontally? So like I want boxes to animate from top to bottom and vice versa.
@gabrielmilagro8449 Жыл бұрын
use translateY instead in the css
@urgut_mx Жыл бұрын
Thank You 😍😍😍😍😍
@DevMadeEasy Жыл бұрын
Always welcome
@urgut_mx Жыл бұрын
@@DevMadeEasy thank you very much, I am new to web programming, your tutorials teach me a lot, and are helpful for me
@rajamanickam3270 Жыл бұрын
What is the font family used in the HTML page it looks cartoonistic. Could you please tell what font family that is ?
@DevMadeEasy Жыл бұрын
The font family used in the HTML page is "Poppins." To achieve its cartoonistic and beautiful appearance, a text shadow was applied with the following CSS: font-family: Poppins; text-shadow: 2px 2px 10px #000;
@mitalithakur4829 Жыл бұрын
U
@alan_johnson_ Жыл бұрын
thanks you are the man
@DevMadeEasy Жыл бұрын
Glad it helped Happy Coding, my friend!
@franciscomoreira3114 Жыл бұрын
very objective. thanks :)
@DevMadeEasy Жыл бұрын
Glad it was helpful!
@SukiChanXD Жыл бұрын
I don't understand how you used the var(--clr), i tried it just like that and it didn't work. Do i have to download something for that?
@DevMadeEasy Жыл бұрын
Hey Dev: No download nescessary It's just saying that anything with the class "blue" should have a special color code called "--clr". So when the HTML code creates the box with the class "box blue show", it's saying that the box should have the special color code "--clr" that we defined in the CSS code earlier. In other words, the box will have a blue color because the CSS code says that anything with the class "blue" should use the color code "--clr", which we defined as #4285f4.
@zenzomc94962 жыл бұрын
thx for video. but i have a question. what is 5 and 4 mean in triggerBottom
@DevMadeEasy2 жыл бұрын
I'm glad you like it my friend DEV, can you please send the lines of code you're talking about? I'm always online on my FB Page, so send me a msg! Happy Coding!
@Lisi_Mxo2 жыл бұрын
@@DevMadeEasy checkBoxes(); function checkBoxes(){ console.log (window.innerHeight/ 5 * 4);
@pawelczar Жыл бұрын
I have same question @DevMadeEasy. its at 11:25, 9th line of code. Thanks for answer
@krishnavamsi11266 ай бұрын
thanks bro
@DevMadeEasy5 ай бұрын
Any time
@SAIEN33310 ай бұрын
What if we add thi in a carousel?. Will it add fade in effect?
@DevMadeEasy10 ай бұрын
Its not bad. Happy Coding my friend.
@aabirsabil4393 Жыл бұрын
Very good
@DevMadeEasy Жыл бұрын
Thanks
@DrMostafa-qi7fb10 ай бұрын
can you explain me why (window.innerHight / 5 * 4)
@DevMadeEasy10 ай бұрын
The expression `(window.innerHeight / 5 * 4)` is calculating 80% of the viewport height, which serves as the trigger point for the animation when scrolling. Happy Coding my friend.
@geejota6 ай бұрын
have you used the AI to dub your voice with Silvio Santos Voice?
@DevMadeEasy5 ай бұрын
Not yet, I may give it a try... Lol
@redhunter87310 ай бұрын
Which theme u use brother
@DevMadeEasy10 ай бұрын
Hello DEV, on VS Code? Monokai Pro
@bhawanajadaun75902 жыл бұрын
Sir html show will come in all boxes or 1 box
@mitalithakur4829 Жыл бұрын
Hi... Apka ye chala program mere html Or css ki yo files thik chal ri hai or is ki ni
@IanGabrielFerranco Жыл бұрын
what if I want to add paragraph below the word "content"?
@DevMadeEasy Жыл бұрын
You can use paragraphs, images, whatever you want. Happy Coding my Friend.
@gabrielmartins6696 Жыл бұрын
marroê! o Silvio Santos me ensinando JS. good video though ;)
@DevMadeEasy Жыл бұрын
''Quem quer dinheiro?'' ''Sai pra lá, sai pra lá!'' Grande figura aí no Brazil, vi vários shows aos Domingos.
@debajitchakraborty2711 Жыл бұрын
What is the vs code theme that is used in this video??
@DevMadeEasy Жыл бұрын
Hello Dev, I use monokai pro.
@debajitchakraborty2711 Жыл бұрын
@@DevMadeEasy thanks.
@CheeseToastie-f1x11 ай бұрын
very nice thanks. but i could have done without the intense fight scene background music. jsut advice for next time buddy, i left you a sub and like!
@DevMadeEasy11 ай бұрын
Thanks for the tip! Happy Coding my friend.
@ob5804 Жыл бұрын
Hi) Can you explain, pleade, what is 5 and 4?
@DevMadeEasy Жыл бұрын
Lines 4 and 5 of JS?
@ob5804 Жыл бұрын
@@DevMadeEasy expression 5 * 4
@syediqbalahmed31762 жыл бұрын
*_good ... see later ..._*
@DevMadeEasy2 жыл бұрын
Its great Scroll Animation using JS... I guess people who likes JS will love it! Happy Coding my friend!
@MrAbbo112 жыл бұрын
Nice and useful tutorial, but that background music ?? damn son.
@DevMadeEasy2 жыл бұрын
Hey dev, thanks for your feedback! About the bg music, well, I am a developer learning "Video Edition", is it too loud or the music is not good? Happy Coding my friend!
@suryakantkhute4249 Жыл бұрын
Font name ?😍
@DevMadeEasy Жыл бұрын
It is "Poppins", but to achieve its cartoonistic and beautiful appearance, a text shadow was applied with the following CSS: font-family: Poppins; text-shadow: 2px 2px 10px #000;
@mitalithakur4829 Жыл бұрын
In case of mine not working 😫
@DevMadeEasy Жыл бұрын
I will, if ou need any help say hello.... Happy Coding my friend!
@mitalithakur4829 Жыл бұрын
@@DevMadeEasy hlo sir.... But sir i tried 2 times but scroll ni ho re hai boxes.... And in html file show class will be applied in all boex?
@ricardodeoliveiraalves33910 ай бұрын
Parece o Sílvio Santos falando inglês... kkkkkkkkkkkkk
@DevMadeEasy10 ай бұрын
I just love that guy...
@ricardodeoliveiraalves33910 ай бұрын
@@DevMadeEasy I liked a lot of your video, so much, I've been subscribed to your channel.
@meditationrelaxingrakric3446 Жыл бұрын
everything is great except your font
@DevMadeEasy Жыл бұрын
Hello there, all right, thanks for you feedback. Abou the font you can use Google Fonts and pick up one that you like the most. Happy Coding my friend!