I always thought implementing parallax scroll will be difficult. You made it really easy.
@yashpatel1O12 жыл бұрын
I am glad that it helped you :)
@lashagiorgadze14802 жыл бұрын
Your content deserves 100k subs. Would like you to see more animations content in the future using either css or tailwind. cheers mate, keep it.
@yashpatel1O12 жыл бұрын
Thank you 😊. I am glad you like my content.
@super-TechCctv11 ай бұрын
I did something right for the first time in my life. Thank you for your assistance., and hard work!
@yashpatel1O111 ай бұрын
Great job!
@directornovela77748 ай бұрын
Simple, straightforward. Thanks dude.
@yashpatel1O17 ай бұрын
Glad it helped!
@shaivipatel71542 жыл бұрын
Alaways wanted to implement Parallax Scroll to my react website. Great video!
@yashpatel1O12 жыл бұрын
Thank you 😃
@bamboo52872 жыл бұрын
Best video out there on Parallax Scrolling!!!
@yashpatel1O12 жыл бұрын
Haha 😆
@siamaksaadatpur10 ай бұрын
thank's great video
@yashpatel1O110 ай бұрын
Glad you liked it!
@davidcunha436 Жыл бұрын
Dude,. thanks a lot. This is nice. Clear as watter
@yashpatel1O1 Жыл бұрын
Glad it helped
@derekpetersont.83572 жыл бұрын
Hi Yash, I like watching your coding video. You are excellent in explaining hard-to-understand concepts and other technical problems .
@yashpatel1O12 жыл бұрын
Thank you Derek 😊
@derekpetersont.83572 жыл бұрын
@@yashpatel1O1 No problem Yash. Love to see more videos from your channel. Do you have a Linkedin account?
@yashpatel1O12 жыл бұрын
You can follow me on twitter. @zeroyashp
@yashCoder Жыл бұрын
@@yashpatel1O1 I'm also Yash😂
@Viva-07 Жыл бұрын
Thank you..great video
@yashpatel1O1 Жыл бұрын
thank you :)
@mrag792 Жыл бұрын
You are awesome. Thank you!
@yashpatel1O1 Жыл бұрын
Thank you :)
@ArvinderSingh-qe6il Жыл бұрын
thank you man
@yashpatel1O1 Жыл бұрын
You're welcome!
@melaniebrown963310 ай бұрын
The image gets squeezed when viewing the website on a phone, how can i fix that?
@yashpatel1O19 ай бұрын
h-screen to h-fit
@sayantanadityadev8 ай бұрын
Could you fix it ? Lmk how if you did
@menofsparta17602 жыл бұрын
ssup bro,,,that was really helpfull thanx alot
@yashpatel1O12 жыл бұрын
I am glad that it helped you 😃
@iznaur_18 Жыл бұрын
NICE 💥👍👍👍👍
@yashpatel1O1 Жыл бұрын
Thanks 👍
@shivampatel88502 жыл бұрын
I like your explanation and can you do this using style-components a react library
@shivampatel88502 жыл бұрын
If you can then please make a video on it
@yashpatel1O12 жыл бұрын
Ok Shivam. I will look into it. Thank you for watching ☺️
@BarouyrSarkissian2 жыл бұрын
thank you for the informative video on this npm package! I've been working on it and while everything works great with full-screen, when I shrink it for responsiveness I am facing the following problems: 1) the image shrinks out of proportion (where i actually want it to preserve exact size but get clipped from the sides while we keep the image centered) 2) on any size LESS than full screen, it is showing a gap at the bottom of the image when the image starts shrinking, i guess solving point 1 will solve this too I have tried the props of style/bgStyle/bgImageStyle to try and implement the backgroundSize to be 'cover' and backgroundPosition to be 'center' but nothing is working... So please if you or anyone else can help me target these styling needs with this NPM Package props, it would be highly appreciated! Thank you in advance!