Evening all,
I’m working on the quote generator and the last piece I’m looking to finish up is getting my quotes to animate on and off the screen. Using animate.css, I’ve been able to get the quotes to animate on the screen no problem, but now the animation off the screen won’t trigger. I’ve done some debugging, and can see that the .quote class does successfully get the “animated” and “flipOutX” classes assigned, but the animation does not show. The quote box just gets removed from the screen. I’ve tried adding delays before and after the animation should be triggered, and also when the HTML would be overwritten, but that didn’t’ have any effect. Is there something going on in the code that I’m not seeing?
Thanks!