Chrome seems to do a reasonable job of capturing and modifying web
animations API in JavaScript. Its not so hot, however, when it comes to
elements that have animations that are programmatically generated, it
doesn't even group them all together and identify the source of
programmatic generation, which in many cases is just a simple trace of the
code. I dare say it could do better than just passively listening out for
animation events and actually infer many of the from the source documents.
Show replies by date