首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > jquery-ui-transitionanimator

jquery-ui-transitionanimator

  • 资源大小:31.14 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

what is this css3 transition animation wrapper for jQuery includes $.ui.transformAnimator for -webkit-transform http://dl.dropbox.com/u/268240/googleCode/jquery-ui-transitionanimator/index.html usage ``` $(element).transitionAnimator({ property: opacity }); $(element).transitionAnimator("animate",{ val: 0.5, duration: 1000, easing: "ease-in", before: function(){ // before transition callback }, after: function(){ // after transition callback } }); // animations will be queued and invoked like jQuery"s animation $(element).transitionAnimator("animate",{ val: 0.5, duration: 1000 }); ``` use $.ui.transformAnimator for -webkit-transform ``` $(element).transformAnimator(); $(element).transitionAnimator("animate",{ val: "translate3d(0,100px,0)", duration: 1000, easing: "ease-in", before: function(){ // before transition callback }, after: function(){ // after transition callback } }); //

文 件 列 表

jquery-ui-transitionanimator
index.html
jquery.js
jquery.ui.js
jquery.ui.transitionAnimator.js
styles.css
VIP VIP
  • IATWAY 1小时前 成为了本站会员

  • 大智若愚 7小时前 成为了本站会员

  • Mason 9小时前 成为了本站会员

  • 10小时前 成为了本站会员

  • Half_Punch 1天前 成为了本站会员

  • liqing71718 1天前 成为了本站会员

  • 伟国 1天前 成为了本站会员

  • songy 1天前 成为了本站会员

  • 纯色幽默 1天前 成为了本站会员

  • odd? 1天前 成为了本站会员

0.178575s