动画效果及基本使用
核心动画:$Q.animate(keyframes,animate,_finish,_cancel) 2D动画效果
核心动画:$Q.animate3D(opts,animate,_finish,_cancel) 3D动画效果
$Q.animatePause() 暂停当前动画效果
$Q.animatePlay() 继续播放动画效果
常见效果
衍生方法
$Q.animateRotate = function(opts) 动画旋转
$Q('.animateRotate1').animateRotate({ angularSpeed:360,//角速度,单位:度/秒 direction:true,//顺时针为true iterations:Infinity,//重复次数,默认为无穷 });