Responsive Rating Card Using Javascript

Solution retrospective
I'm most proud of the fact that I got the javascript running pretty quickly.
What challenges did you encounter, and how did you overcome them?I encountered a flicker on section transition due to removing and then appending html into the card. I eventually changed this to toggle between sections via a class called hidden which had display set to none.
Another issue I came across was that on ios the hover was sticky. Even after clicking a button, it would react as if it was being hovered over.
What specific areas of your project would you like help with?Was it the right method for me to use display none to toggle between sections since inserting html was causing the card to flicker?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on hackz101's solution.
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