Scroll Animation | JavaScript

  Рет қаралды 79,138

Web Dev Made Easy

Web Dev Made Easy

Күн бұрын

Пікірлер: 81
@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 10 ай бұрын
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 10 ай бұрын
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.
@PrefnaVagheni
@PrefnaVagheni 6 ай бұрын
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-vm3ps
@NaveenReddy-vm3ps 11 ай бұрын
Sir thank you for spreading your knowledge with us. You are a great guru!
@DevMadeEasy
@DevMadeEasy 11 ай бұрын
Thanks and welcome... Happy Coding my friend!
@Abhaysharma-jx1qv
@Abhaysharma-jx1qv 7 ай бұрын
Thank you, it was a quick , to the point and simple tutorial for a powerful tool.
@DevMadeEasy
@DevMadeEasy 7 ай бұрын
Glad you liked it! Happy Coding my friend!
@daggerv3
@daggerv3 Жыл бұрын
Thank you for this incredible video. Please keep making more.
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Thank you! Will do!
@fabiomatta1530
@fabiomatta1530 7 ай бұрын
Thank you so much for sharing your knowledge. You are a great teacher.
@DevMadeEasy
@DevMadeEasy 6 ай бұрын
So nice of you! Happy coding my friend!
@NareshBojja-k2t
@NareshBojja-k2t 11 ай бұрын
Thank you for this great video. Your valuable information made my day.
@DevMadeEasy
@DevMadeEasy 11 ай бұрын
Glad it was helpful!
@rikter2114
@rikter2114 2 жыл бұрын
Thank You I learnt a lot from this video!
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Glad it was helpful!
@NareshKushwaha-rp7rh
@NareshKushwaha-rp7rh 10 ай бұрын
Thats amazing sir 😍 Love to see more such video from you specially on boundingclientreact 😊
@DevMadeEasy
@DevMadeEasy 10 ай бұрын
Very soon Happy coding my friend.
@NareshKushwaha-rp7rh
@NareshKushwaha-rp7rh 10 ай бұрын
@@DevMadeEasy Happy coding Sir.
@godwyneben
@godwyneben Жыл бұрын
Great video. Very direct and straight to the point. What font extension is your vs code pls?
@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!
@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
@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
@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
@alan_johnson_
@alan_johnson_ Жыл бұрын
thanks you are the man
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Glad it helped Happy Coding, my friend!
@franciscomoreira3114
@franciscomoreira3114 Жыл бұрын
very objective. thanks :)
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Glad it was helpful!
@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.
@zenzomc9496
@zenzomc9496 2 жыл бұрын
thx for video. but i have a question. what is 5 and 4 mean in triggerBottom
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
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 2 жыл бұрын
@@DevMadeEasy checkBoxes(); function checkBoxes(){ console.log (window.innerHeight/ 5 * 4);
@pawelczar
@pawelczar Жыл бұрын
I have same question @DevMadeEasy. its at 11:25, 9th line of code. Thanks for answer
@krishnavamsi1126
@krishnavamsi1126 6 ай бұрын
thanks bro
@DevMadeEasy
@DevMadeEasy 5 ай бұрын
Any time
@SAIEN333
@SAIEN333 10 ай бұрын
What if we add thi in a carousel?. Will it add fade in effect?
@DevMadeEasy
@DevMadeEasy 10 ай бұрын
Its not bad. Happy Coding my friend.
@aabirsabil4393
@aabirsabil4393 Жыл бұрын
Very good
@DevMadeEasy
@DevMadeEasy Жыл бұрын
Thanks
@DrMostafa-qi7fb
@DrMostafa-qi7fb 10 ай бұрын
can you explain me why (window.innerHight / 5 * 4)
@DevMadeEasy
@DevMadeEasy 10 ай бұрын
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 6 ай бұрын
have you used the AI to dub your voice with Silvio Santos Voice?
@DevMadeEasy
@DevMadeEasy 5 ай бұрын
Not yet, I may give it a try... Lol
@redhunter873
@redhunter873 10 ай бұрын
Which theme u use brother
@DevMadeEasy
@DevMadeEasy 10 ай бұрын
Hello DEV, on VS Code? Monokai Pro
@bhawanajadaun7590
@bhawanajadaun7590 2 жыл бұрын
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
@IanGabrielFerranco
@IanGabrielFerranco Жыл бұрын
what if I want to add paragraph below the word "content"?
@DevMadeEasy
@DevMadeEasy Жыл бұрын
You can use paragraphs, images, whatever you want. Happy Coding my Friend.
@gabrielmartins6696
@gabrielmartins6696 Жыл бұрын
marroê! o Silvio Santos me ensinando JS. good video though ;)
@DevMadeEasy
@DevMadeEasy Жыл бұрын
''Quem quer dinheiro?'' ''Sai pra lá, sai pra lá!'' Grande figura aí no Brazil, vi vários shows aos Domingos.
@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.
@CheeseToastie-f1x
@CheeseToastie-f1x 11 ай бұрын
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 11 ай бұрын
Thanks for the tip! Happy Coding my friend.
@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
@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!
@MrAbbo11
@MrAbbo11 2 жыл бұрын
Nice and useful tutorial, but that background music ?? damn son.
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
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
@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;
@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?
@ricardodeoliveiraalves339
@ricardodeoliveiraalves339 10 ай бұрын
Parece o Sílvio Santos falando inglês... kkkkkkkkkkkkk
@DevMadeEasy
@DevMadeEasy 10 ай бұрын
I just love that guy...
@ricardodeoliveiraalves339
@ricardodeoliveiraalves339 10 ай бұрын
@@DevMadeEasy​ I liked a lot of your video, so much, I've been subscribed to your channel.
@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!
Border Animation CSS | Quick Animation
9:27
Web Dev Made Easy
Рет қаралды 56 М.
Learn Intersection Observer In 15 Minutes
15:32
Web Dev Simplified
Рет қаралды 347 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Subtle, yet Beautiful Scroll Animations
5:04
Beyond Fireship
Рет қаралды 1,8 МЛН
Animate On Scroll in 9 minutes | AOS
9:16
Redhouane Aouadi
Рет қаралды 141 М.
Vanilla CSS Scroll Animations Now Possible!
10:44
developedbyed
Рет қаралды 106 М.
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,9 МЛН
Fade and scroll items into view while scrolling
17:13
Kevin Powell
Рет қаралды 343 М.
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 1,3 МЛН
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 990 М.
Build an Infinite Scroll Animation Effect Using Only CSS
7:14
Optimistic Web
Рет қаралды 28 М.