Closed sailei1 closed 1 year ago
button{ animation: throttle 2s step-end forwards; } button:active{ animation: none; } @keyframes throttle { from { pointer-events: none; } to { pointer-events: all; } } //https://juejin.cn/post/7165828047520661534