Is there a simple way to achieve fade in or fade out effects in ajax without relying on jQuery? I'm looking for a solution that can add color or background color to make it visually appealing, especially for small web pages with poor internet connections.
I need a function that will trigger when OnReadyState reaches 4 or when xmlhttp.status is equal to 200, then display the result with a subtle effect.
I've heard about Microsoft DXImageTransform and believe it could be helpful, but I'm not sure where to start implementing it.