如何使用 js 启动 CSS 动画?第一行(webkitAnimation)有效,但其他行无效。
anim_logo.style.webkitAnimation="threesixty 3s";
anim_logo.style.mozAnimation="threesixty 3s";
anim_logo.style.oAnimation="threesixty 3s";
anim_logo.style.animation="threesixty 3s";
为什么?
实时预览(点击忍者之星)