A css3 animation library used for simulating ppt transition.
Copyright (c) 2011 http://zhouqicf.com
author: [email protected]
version: 1.0.0
license: Released under the MIT License.
firefox 5+ , Chrome , Safari
###Step1:### insert the anim.css
<link href="anim.css" rel="stylesheet">
###Step2:### Choice a animation with the help of builder. Get the code buy click the "get code" button. Then copy this code to your stylesheet. For examples:
selector{ -webkit-animation:k2-anim-fadeIn linear 2s 1; -moz-animation:k2-anim-fadeIn linear 2s 1; }