Код: Выделить всё
let div_with_anim = document.getElementById("div_with_anim");
if (div_with_anim.animationInProgress()) {}
Подробнее здесь: https://stackoverflow.com/questions/795 ... n-plain-js
Код: Выделить всё
let div_with_anim = document.getElementById("div_with_anim");
if (div_with_anim.animationInProgress()) {}