通过增删类名触发动画

cjh| 阅读:1176 发表时间:2018-04-24 15:53:03 linux
    document.getElementById("id").addEventListener('animationend',function(){
        this.classList.remove('className');
    });