Animate.css - 动画
全局引入
Css动画
/**
* animate.css 工具
*
* @param selector {string} 展示动画的元素选择器
* @param animationName {string} 动画名称
* @param callback {function} 回调函数
*/
EApp.animateCSS(selector, animationName, callback);
- EApp中配置了全局动画,可以使用EApp.getAnimate('in')获取。参数为
in
或out
- 动画效果请参照官网
← Table - 表格 jsTree - 树 →