How to Implement Stacking Cards Scrolling Effect in CSS

preview_player
Показать описание
In this video, you will learn how to implement a cool scrolling effect using CSS. It will be useful when you want, for example, to tell a story using a bunch of stacking cards.
Рекомендации по теме
Комментарии
Автор

I was finding the video and it's the only video i got after 30 min search. Thanks man

MALI-gjsk
Автор

Amazing way to teach! Congratulations! Thank you very much for this example, and again, congratulations for your simple yet complete and precise way of showing us this effect! Greetings from Argentina! 🇦🇷👍🏻🖖🏻

jmzalazar
Автор

If you get a horizontal scrollbar, simply add max-width: 100% to your .card class. This means the element will try to do 100vw, but clamp down to 100% of the actual available space. This is a browser bug that not all browsers have solved yet, and the vertical scrollbar is considered in the 100vw calculation in some of them

TheStickofWar
Автор

Thank you! You make this so much simple than any videos i have researched!

evanchan
Автор

Much love from Jamaica! Keep up the good work!

hackerprime
Автор

Thank you for this example, never thought about this usage if sticky position

thestinger
Автор

Bro you should make more videos on different tricks
Absolutely brilliant

chfaizanaslam
Автор

Wow, that's a cool trick. Thanks for sharing. Waiting for more such contents.

kaustavroy
Автор

Amazing video. Will definitely help out in my uni website project! Ty

fahzz
Автор

This was soooo Informative!! Definitely gonna use this :)

debarkomukhopadhyay
Автор

Bro you're doing great work. Keep it up!

LewraAzad
Автор

Great tutorial, thank you! At 4:23 one thing that's worth setting up is a keybind for wrapping with emmet. In VS Code you can set it up easily (I use a corded Ctrl + w then e, for 'wrap' and 'emmet' so it's easy to remember). Then when you need to wrap some section in a new element just highlight the text and press the shortcut key (or use the terminal and search wrap with emmet). I didn't explain that very well but I thought it might be useful to some.

alliedatheistalliance
Автор

Bro.. it was that simple? Great video man!

CheezePie
Автор

Thank you so uch u made my day I came to the solution

nehapatil
Автор

Thanks for the content! You voice actually reminds me of Kevin Powell

hoangminh
Автор

Thank you for the video its an amazing one. Where can I get the code?

princessrasika
Автор

ty for this video, but u can use sticky position that will help u better

z_YouCef_w
Автор

This video is very usefull ! Thanks Dear !

udithahashi
Автор

love from Bangladesh <3 ..hope someday you will have millons of subs

yousufhossain
Автор

cool, great video mate. But, how to scale down the previous card as we scroll to next card? but the scale animation delayed for about 50px or 100px before the next card showed up?

ariestwn