@ApplePieGiraffe
Posted
Hello, Emmilie Estabillo! π
I'm so happy to see you complete another challenge! π Amazing job on this one! π
I love the animations you added to all of the interactive elements of the page! π€© Everything else looks great and responds very nicely! π
I'm a huge fan of animations (and I'd like to add even more to my solutions). I'm no accessibility expert, of course, but if you're not already aware of it, I've heard there's a media query called prefers-reduced-motion
that allows you to, like, disable animations if a user has set their system preferences to reduce motion. Check it out.
Also, IMHO, I believe setting the base font-size to a percentage value is still a good idea to allow users to control the size of text on a website (although I've heard some advice to not change the browser's default font-size and simply work with rems
being the default 16px
or whatever). But, IDK, I'll do some more research, too, I guess! π
Of course, as alwaysβkeep coding (and happy coding, too)! π
@emestabillo
Posted
@ApplePieGiraffe Hey APG! I'm also happy to complete it. I suppose I come out with one every 2 months π
Thanks for sending the link! I'll definitely consider the media query for future works. I like AOS, it was really easy to use. I actually admire all the animations you put it your projects. Once I get comfortable with accessibility...I'm not ashamed to say - I will copy them! πππ
My opinion about base font is the same. I like working with percentages and rems. 62.5% is particularly easier to develop with and I wouldn't need a calculator on hand. I'd be willing to refactor if there's a better accessibility measure though.
Thank you as always for all your insights!!