Design comparison
Solution retrospective
Hello everyone, I appreciate your feedback and advice in advance. I'm still new to JavaScript, and I'll be grateful for all the tips on best practices and improvements!
Community feedback
- @CarlHummPosted over 1 year ago
Hi there, and good job
It looks good to me, I can't comment much on the JavaScript as I'm learning myself. I like how you've used radio buttons with labels instead of standard divs.
For the animation, Instead of manually setting the keyframe percentage differences you could use a linear curve to better approximate the difference in timing between transitions. Linear curves are often used for bounce effects and have a preset for 'bounce' which you can adjust to your liking. See Example or Read More
Good luck on your future projects!
Marked as helpful0@Dantalian5Posted over 1 year ago@CarlHumm Thank you for the feedback, especially for the explanatory video. It was very helpful, and I'll put it into practice right away.
1
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