Frank
Frank
KPCKevin Powell - Community
Created by Frank on 1/3/2024 in #ui-ux
Critique my clients site
I created this site back in May and have tweaked the design a bit since then. This was the product of a full brand transformation including new logo. Curious what the community thinks. Any proper critique welcomed. https://loumarcsigns.com/
12 replies
KPCKevin Powell - Community
Created by Frank on 1/2/2024 in #front-end
Scroll animations relation to overflow
Kevin's video on scroll animations was really fun, and I have been implementing some progressive enhancement on my sites. I am, however, running into a weird quirk. I couldn't figure out what was happening until I installed the scroll driven animation Chrome extension. For these examples I am using a simple .fade-in animation†. This works well for the post-cards I have on the home page††, but not for img's†††, and I figured out it's because I have overflow: hidden set on a parent element in the DOM. † https://github.com/frankstallone/frankstall.one/blob/main/src/css/animation.css#L1 †† https://github.com/frankstallone/frankstall.one/blob/main/src/css/blocks/post-card.css#L8 ††† https://github.com/frankstallone/frankstall.one/blob/main/src/css/animation.css#L37
19 replies