Currently facing a puzzling challenge that has me scratching my head. I'm trying to figure out how to achieve a fade-in effect for dynamically generated divs. These divs are created through Javascript, and I need them to smoothly fade onto the page. Is there a way to accomplish this without relying on jQuery or .innerHTML()?