Design comparison
Solution retrospective
Happy with everything I've learned so far and how I've applied it in this challenge. I think my slider has improved compared to my previous challenge! š
What challenges did you encounter, and how did you overcome them?I had a problem where the event listeners on my buttons stopped working after dynamically generating HTML. This was because I used innerHTML
to add content to the same parent container as my buttons, which caused the previously defined constants to lose their references. To resolve this, I created new DOM elements for the generated HTML and appended them using appendChild
! š”
If you loop through the testimonial slides, I have a small glitch in my animation between Tanya and John. How can I solve this? š¤
Community feedback
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