📅  最后修改于: 2022-03-11 15:01:36.660000             🧑  作者: Mango
const element = document.querySelector(".yourElementClass");
const btn = document.querySelector(".yourButtonClass");
btn.onclick = () => {
element.style.animation = "YourAnimation 1s linear infinite"
}
// you will need js to start an animation, Don't forget to declare it using css