Converting simple text fade loop from jQuery to Javascript
I have three divs with text inside them which I want to fade in and out on a loop. I had it working in jQuery but decided its best to be in pure Javascript: <div class="container"> <h2 class="quotes">first quote</h2> <h2…