An alternative to the posted jQuery version for investigation is a simple one-liner in the console:
window.onanimationiteration = console.log;
This will print a line every time some animation runs, including the name of the animation and the element where the animation is applied to.