Mobile first with SASS and animation

Solution retrospective
Is it okay to use animation on the status bar?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @lailton-b
Hello, Isy!
For sure. I really liked the result, congratulations!
- @mattstuddert
Awesome work on this challenge, Isy! It's definitely OK to use animations. These challenges are there for you to practice those extra details and you've done a really good job!
It's great to see you using
aria-*
labels for the progress bar. A native HTML element you could have used instead of adiv
would be themeter
element. This would remove the need for thearia-*
labels as it's a native HTML element with that meaning/functionality. Here's more information on the meter element on MDN.Keep up the great work! 👍
- @Kvaibhav01
I like the subtle animations you have! Good work.
Join 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