好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS3的animation事件接口_html/css_WEB-ITnose

三个事件的标准名称是:
     开始:animationstart
     迭代:animationiteration
     结束:animationend
  但是目前版本的Chrome需要加上webkit前缀,而且还要注意大小写
     开始:webkitAnimationStart
     迭代:webkitAnimationIteration
     结束:webkitAnimationEnd

查看更多关于CSS3的animation事件接口_html/css_WEB-ITnose的详细内容...

  阅读:31次