I am working on a website where I display 3 images. Instead of redirecting the users to a new page, I want to keep them on the same page.
Question:
How can I implement a functionality where clicking a <button>
will display 3 new images in the view while fading out the current set of 3 images? I need to achieve this using pure JavaScript and not jQuery.