mätthew
mätthew
KPCKevin Powell - Community
Created by Boeroe on 11/19/2023 in #front-end
Animation on scroll
i think he means like when you scroll, he wants the elements to slide in
12 replies
KPCKevin Powell - Community
Created by Boeroe on 11/19/2023 in #front-end
Animation on scroll
https://animate.style/ gets the job done
12 replies
KPCKevin Powell - Community
Created by Areg on 11/10/2023 in #ui-ux
Game Engine Logo Design
the second one reminds me of super smash bros 😂 really nice designs though, personally that first one i really like
19 replies
KPCKevin Powell - Community
Created by syg on 11/3/2023 in #front-end
how do I handle IMG srcset and widths together?
np
8 replies
KPCKevin Powell - Community
Created by syg on 11/3/2023 in #front-end
how do I handle IMG srcset and widths together?
i would assume so, theres a 300w and 600w so i believe its possible
8 replies
KPCKevin Powell - Community
Created by syg on 11/3/2023 in #front-end
how do I handle IMG srcset and widths together?
<img src="image.jpg" srcset="image-300w.jpg 300w, image-600w.jpg 600w" sizes="(max-width: 600px) 100vw, 50vw" width="100%">
<img src="image.jpg" srcset="image-300w.jpg 300w, image-600w.jpg 600w" sizes="(max-width: 600px) 100vw, 50vw" width="100%">
maybe something along these lines so that its responsive?
8 replies
KPCKevin Powell - Community
Created by Andrew on 11/1/2023 in #front-end
Dude, Where is my nav?
still having issues?
19 replies
KPCKevin Powell - Community
Created by DeWill on 10/30/2023 in #os-and-tools
VScode Extension
there are definitely youtube videos on creating vscode extensions
3 replies
KPCKevin Powell - Community
Created by roelof on 11/2/2023 in #back-end
Good free low-code platform
6 replies
KPCKevin Powell - Community
Created by Kathirvel Swamy on 11/1/2023 in #front-end
How to achieve smooth scrolling in react
their website is insane
39 replies
KPCKevin Powell - Community
Created by Kathirvel Swamy on 11/1/2023 in #front-end
How to achieve smooth scrolling in react
oh i see, i missed the part where you said "recreate using react and sass" my bad 😭
39 replies
KPCKevin Powell - Community
Created by Kathirvel Swamy on 11/1/2023 in #front-end
How to achieve smooth scrolling in react
hopefully this helps you accomplish what youre wanting :)
39 replies
KPCKevin Powell - Community
Created by Kathirvel Swamy on 11/1/2023 in #front-end
How to achieve smooth scrolling in react
@Kathirvel Swamy luckily for you, olaolu made his website open source on his github and i found the smooth scrolling function he created
39 replies
KPCKevin Powell - Community
Created by Kathirvel Swamy on 11/1/2023 in #front-end
How to achieve smooth scrolling in react
so that's your code and the current scrolling affect isn't what you want?
39 replies