Submitted almost 5 years ago
pricing component with toggle using css
@fadzrinmadu
Design comparison
SolutionDesign
Solution retrospective
does anyone have an idea to make micro animation on the toggle?. please review my code I am very excited to receive your feedback
Community feedback
- @mattstuddertPosted almost 5 years ago
Great work Muhammad! Your solution looks really good. For the micro animation are you talking about the prices?
If so, you could use
opacity
andtransition
on the prices to fade them in and out if you like. You would need to addposition: absolute;
to the prices so that they overlap.I hope that helps. Keep up the great work!
1@fadzrinmaduPosted almost 5 years ago@mattstuddert thanks for the comment. I will fix it
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