Scroll Animation | JavaScript

  Рет қаралды 75,011

Web Dev Made Easy

Web Dev Made Easy

Күн бұрын

Learn How to Make a Scroll Animation using CSS and JavaScript, step-by-step from scratch.
As you will notice in this tutorial: one block comes from the right and another one from the left!
______________________________________________________________
🌱💜Support our channel from as little as $1-3 by becoming a Patreon because by doing that, you will help our Channel and also you will have access to 🖥️ Source Code of our videos!
➤ bit.ly/3sthx5B
______________________________________________________________
📚Resources:
➤ bit.ly/3cp2S5W
______________________________________________________________
🏆Recommended Videos🏆
🎬Login & Registration Form Using HTML & CSS & JS✨
➤ • Login & Registration F...
🎬Neumorphism Login Form | HTML & CSS✨
➤ • 🎬Neumorphism Login For...
🎬CSS Text Typing Animation | HTML & CSS✨
➤ • CSS Text Typing Animat...
🎬Countdown Timer | JavaScript✨
➤ • Countdown Timer | Java...
🎬Counter up animation | Javascript✨
➤ • Counter up animation |...
______________________________________________________________
🛴 Follow me on:
👉Facebook: bit.ly/3cp2S5W
👉Instagram (New): bit.ly/3ura3TW
______________________________________________________________
🎵Background Music:
bensound.com
Music from Uppbeat (free for Creators!):
uppbeat.io/t/p...
License code: NFAQUM8GKWGRDYEW
uppbeat.io/t/m...
License code: IKUEPIOQUZARCFM1
uppbeat.io/t/a...
License code: HJALZSI8T5LRSEXA
uppbeat.io/t/m...
License code: EBHHXJNDPBVA6NNT
uppbeat.io/t/y...
License code: WKLFXOKY34UXHON4

Пікірлер: 80
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
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_kid777
@the_kid777 7 ай бұрын
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?
@DevMadeEasy
@DevMadeEasy 7 ай бұрын
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.
@aabirsabil4393
@aabirsabil4393 Жыл бұрын
Very good
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Thanks
@AnmolTheSage
@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
@gabrielmilagro8449 Жыл бұрын
use translateY instead in the css
@godwyneben
@godwyneben Жыл бұрын
Great video. Very direct and straight to the point. What font extension is your vs code pls?
@daggerv3
@daggerv3 Жыл бұрын
Thank you for this incredible video. Please keep making more.
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Thank you! Will do!
@meditationrelaxingrakric3446
@meditationrelaxingrakric3446 Жыл бұрын
everything is great except your font
@DevMadeEasy
@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!
@rikter2114
@rikter2114 Жыл бұрын
Thank You I learnt a lot from this video!
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Glad it was helpful!
@DrMostafa-qi7fb
@DrMostafa-qi7fb 7 ай бұрын
can you explain me why (window.innerHight / 5 * 4)
@DevMadeEasy
@DevMadeEasy 6 ай бұрын
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.
@geejota
@geejota 3 ай бұрын
have you used the AI to dub your voice with Silvio Santos Voice?
@DevMadeEasy
@DevMadeEasy 2 ай бұрын
Not yet, I may give it a try... Lol
@NareshBojja-k2t
@NareshBojja-k2t 8 ай бұрын
Thank you for this great video. Your valuable information made my day.
@DevMadeEasy
@DevMadeEasy 8 ай бұрын
Glad it was helpful!
@zenzomc9496
@zenzomc9496 Жыл бұрын
thx for video. but i have a question. what is 5 and 4 mean in triggerBottom
@DevMadeEasy
@DevMadeEasy Жыл бұрын
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_Mxo
@Lisi_Mxo Жыл бұрын
@@DevMadeEasy checkBoxes(); function checkBoxes(){ console.log (window.innerHeight/ 5 * 4);
@pawelczar
@pawelczar 10 ай бұрын
I have same question @DevMadeEasy. its at 11:25, 9th line of code. Thanks for answer
@PrefnaVagheni
@PrefnaVagheni 2 ай бұрын
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. 👏👏
@rajamanickam3270
@rajamanickam3270 Жыл бұрын
What is the font family used in the HTML page it looks cartoonistic. Could you please tell what font family that is ?
@DevMadeEasy
@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
@mitalithakur4829 Жыл бұрын
U
@barnabasgonda6887
@barnabasgonda6887 Жыл бұрын
Very nice solution 👍 It would be nice to use for page loading, like progress bar🎉
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Hello Web Warrior, Thank you for your feedback! I'm glad you found the solution helpful. Happy Coding my friend!
@ricardodeoliveiraalves339
@ricardodeoliveiraalves339 7 ай бұрын
Parece o Sílvio Santos falando inglês... kkkkkkkkkkkkk
@DevMadeEasy
@DevMadeEasy 7 ай бұрын
I just love that guy...
@ricardodeoliveiraalves339
@ricardodeoliveiraalves339 7 ай бұрын
@@DevMadeEasy​ I liked a lot of your video, so much, I've been subscribed to your channel.
@CheeseToastie-f1x
@CheeseToastie-f1x 8 ай бұрын
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!
@DevMadeEasy
@DevMadeEasy 8 ай бұрын
Thanks for the tip! Happy Coding my friend.
@syediqbalahmed3176
@syediqbalahmed3176 2 жыл бұрын
*_good ... see later ..._*
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Its great Scroll Animation using JS... I guess people who likes JS will love it! Happy Coding my friend!
@bhawanajadaun7590
@bhawanajadaun7590 Жыл бұрын
Sir html show will come in all boxes or 1 box
@mitalithakur4829
@mitalithakur4829 Жыл бұрын
Hi... Apka ye chala program mere html Or css ki yo files thik chal ri hai or is ki ni
@franciscomoreira3114
@franciscomoreira3114 Жыл бұрын
very objective. thanks :)
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Glad it was helpful!
@redhunter873
@redhunter873 7 ай бұрын
Which theme u use brother
@DevMadeEasy
@DevMadeEasy 7 ай бұрын
Hello DEV, on VS Code? Monokai Pro
@fabiomatta1530
@fabiomatta1530 3 ай бұрын
Thank you so much for sharing your knowledge. You are a great teacher.
@DevMadeEasy
@DevMadeEasy 3 ай бұрын
So nice of you! Happy coding my friend!
@urgut_mx
@urgut_mx Жыл бұрын
Thank You 😍😍😍😍😍
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Always welcome
@urgut_mx
@urgut_mx Жыл бұрын
@@DevMadeEasy thank you very much, I am new to web programming, your tutorials teach me a lot, and are helpful for me
@Abhaysharma-jx1qv
@Abhaysharma-jx1qv 4 ай бұрын
Thank you, it was a quick , to the point and simple tutorial for a powerful tool.
@DevMadeEasy
@DevMadeEasy 4 ай бұрын
Glad you liked it! Happy Coding my friend!
@alan_johnson_
@alan_johnson_ Жыл бұрын
thanks you are the man
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Glad it helped Happy Coding, my friend!
@SAIEN333
@SAIEN333 7 ай бұрын
What if we add thi in a carousel?. Will it add fade in effect?
@DevMadeEasy
@DevMadeEasy 7 ай бұрын
Its not bad. Happy Coding my friend.
@krishnavamsi1126
@krishnavamsi1126 2 ай бұрын
thanks bro
@DevMadeEasy
@DevMadeEasy 2 ай бұрын
Any time
@SukiChanXD
@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
@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.
@NaveenReddy-vm3ps
@NaveenReddy-vm3ps 7 ай бұрын
Sir thank you for spreading your knowledge with us. You are a great guru!
@DevMadeEasy
@DevMadeEasy 7 ай бұрын
Thanks and welcome... Happy Coding my friend!
@MrAbbo11
@MrAbbo11 Жыл бұрын
Nice and useful tutorial, but that background music ?? damn son.
@DevMadeEasy
@DevMadeEasy Жыл бұрын
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!
@NareshKushwaha-rp7rh
@NareshKushwaha-rp7rh 7 ай бұрын
Thats amazing sir 😍 Love to see more such video from you specially on boundingclientreact 😊
@DevMadeEasy
@DevMadeEasy 7 ай бұрын
Very soon Happy coding my friend.
@NareshKushwaha-rp7rh
@NareshKushwaha-rp7rh 7 ай бұрын
@@DevMadeEasy Happy coding Sir.
@IanGabrielFerranco
@IanGabrielFerranco 10 ай бұрын
what if I want to add paragraph below the word "content"?
@DevMadeEasy
@DevMadeEasy 10 ай бұрын
You can use paragraphs, images, whatever you want. Happy Coding my Friend.
@gabrielmartins6696
@gabrielmartins6696 10 ай бұрын
marroê! o Silvio Santos me ensinando JS. good video though ;)
@DevMadeEasy
@DevMadeEasy 10 ай бұрын
''Quem quer dinheiro?'' ''Sai pra lá, sai pra lá!'' Grande figura aí no Brazil, vi vários shows aos Domingos.
@mitalithakur4829
@mitalithakur4829 Жыл бұрын
In case of mine not working 😫
@DevMadeEasy
@DevMadeEasy Жыл бұрын
I will, if ou need any help say hello.... Happy Coding my friend!
@mitalithakur4829
@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?
@ob5804
@ob5804 Жыл бұрын
Hi) Can you explain, pleade, what is 5 and 4?
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Lines 4 and 5 of JS?
@ob5804
@ob5804 Жыл бұрын
@@DevMadeEasy expression 5 * 4
@debajitchakraborty2711
@debajitchakraborty2711 Жыл бұрын
What is the vs code theme that is used in this video??
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Hello Dev, I use monokai pro.
@debajitchakraborty2711
@debajitchakraborty2711 Жыл бұрын
@@DevMadeEasy thanks.
@suryakantkhute4249
@suryakantkhute4249 Жыл бұрын
Font name ?😍
@DevMadeEasy
@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;
Border Animation CSS | Quick Animation
9:27
Web Dev Made Easy
Рет қаралды 53 М.
Incredible scroll-based animations with CSS-only
32:23
Kevin Powell
Рет қаралды 441 М.
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 3,9 МЛН
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
From Small To Giant Pop Corn #katebrush #funny #shorts
00:17
Kate Brush
Рет қаралды 71 МЛН
Create an infinite horizontal scroll animation
32:01
Kevin Powell
Рет қаралды 203 М.
Animate On Scroll in 9 minutes | AOS
9:16
ProMaker Dev
Рет қаралды 138 М.
Satisfying Scroll Animations with Framer Motion
47:46
Frontend FYI – by Jeroen
Рет қаралды 74 М.
How to win a argument
9:28
ajaxkmr
Рет қаралды 575 М.
You Don't Need JavaScript For This - CSS ONLY Infinite Scroll
23:35
Slaying The Dragon
Рет қаралды 119 М.
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 573 М.
Can I copy this text reveal scroll effect with CSS-only?
17:17
Kevin Powell
Рет қаралды 131 М.
Learn CSS Animations In 20 Minutes - For Beginners
21:22
Slaying The Dragon
Рет қаралды 1 МЛН
The "scroll" event in JavaScript | window.onscroll
7:11
dcode
Рет қаралды 223 М.
Vanilla Javascript Smooth Scroll Tutorial
20:06
developedbyed
Рет қаралды 208 М.