Design comparison
Solution retrospective
I was planning to add a slide transition but I could not implement it without turning the making a mess with the stylesheet. Any advice on how to implement clean transitions to this kind of solution? Thanks in advance for any feedback =)
Community feedback
- @emestabilloPosted over 3 years ago
Hi Hector, great job! It's not possible to use transitions on the
display
property. Also note that settingdisplay: none
on an element will not make it accessible to screen readers. Examples of properties commonly used arevisibility
oropacity
(or a combination of both). Here's a good list. Most of them you can assign a numerical value to. Hope this helps!0 - @khalafallaPosted over 3 years ago
the Image should have no shadow, every thing else is pretty good
0@HeitoluisPosted over 3 years agoHi @Khalafalla, you're right. I thought that the shadow part of the image, but it seems to be part of the buttons instead. Thanks for your feedback!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord