animate.css用法介绍

animate.css介绍

  • animate.css是一个跨浏览器的css3动画库

animate.css基础使用

  • 引入animate.css文件
  • 给指定的元素添加基础class animated
  • 给指定的元素添加动画class
  • 如果需要无限做动画, 添加 infinite 类名即可



    
    Title
    
    



animate.css和jQuery结合使用




    
    Title
    
    
    
    


animate.css动画属性设置

  • 编写动画属性, 覆盖animate.css库中的默认属性
  • 编写的时候注意选择器的权重



  
  Title
  
  
  
  


animate.css动画结束后回调

  • 使用jQuery的one监听动画结束, 然后添加回调函数
  • 动画结束事件 webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend



  
  Title
  
  
  
  


 

你可能感兴趣的:(CSS3)