@ApplePieGiraffe
Posted
Hey, Anna! π
Amazing job on this challenge! π I really like the text-fill-color-effect-thingy (π ) in the heading and those staggered fade-in animations on the statistics! π Everything else is point (as expected)! π (And thanks for the shoutout, BTW. π)
Keep coding (and happy coding, too)! π
@brasspetals
Posted
@ApplePieGiraffe Thanks - and credit where credit is due! Your "Autumn is Here" animations were so fun and ~smooth~, I knew I had to try my hand at some of them. π Using the "-nth child" selector for the staggered animations was really useful, as in previous projects I'd only used a JS loop.
@ApplePieGiraffe
Posted
@brasspetals
Oh, that's cool (I didn't know you saw that)! π And credit where credit is due: I didn't actually come up with that design and interaction themselvesβI saw a preview of a powerpoint presentation template that I liked and decided to steal it and create it with HTML and CSS instead. π (But it was a fun little exercise.) π
And yeah, nth-child
is pretty awesome (especially since you can get pretty crazy with the combinations of items that you can select with it)!