CSS动画-transition/animation( 四 )

<script>const node = document.querySelector('.div-abox');node.addEventListener('animationend', (e) => {console.log(e.animationName, e.type, e.elapsedTime);//box-line-ani animationend 1})</script>参考资料

  • 入浅出 CSS 动画
  • CSS3 3D transform变换
?版权申明:版权所有@安木夕,本文内容仅供学习,欢迎指正、交流,转载请注明出处!

经验总结扩展阅读