Submitted over 5 years agoA solution to the Ping single column coming soon page challenge
Ping coming soon page with accessible subscription form
@alex-kim-dev

Solution retrospective
I want to add fade out & fade in effect on .subscribeForm_feedback element when it's text is changed. To do this i can:
- add a class to hide the element
- change the text
- remove the class to show the element So steps 2 and 3 should be delayed until the element fades out. I did just that in one of the challenges (code). The question is, is there a way to achieve the same effect without hardcoding the delay value in js?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Alex Kim'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