Design comparison
Solution retrospective
Tried to make a page with BEM and SASS
Community feedback
- @Sdann26Posted over 2 years ago
Hi Dmitriy!
I would just recommend you to add the transition attribute. For example transition: all 200ms. Add this attribute to the buttons or links with the state (:hover, :active, :focus, etc) to add a slight transition so that the change effect is not so abrupt. In if transition can receive several values but those that we are using are the first for the attribute (if you put all it is all the attributes) and the second the time of the transition. It serves mainly to generate animations that have an initial state and a final one.
I think with that you could improve some designs from now on. By the way, good project, you have a very nice project.
Marked as helpful1
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