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

您现在的位置是:虫虫源码 > Java > jQuery的动画产业链

jQuery的动画产业链

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

资 源 简 介

JavaScript object that provides ability to easily chain jQuery animations and optionally call specified callback method. Example (html):
JavaScript: ``` var chain = new AnimationChain(); var box = $("#box"); chain .addAnimation( box, {top: 0, left: 0}, 300 ) .addAnimation( box, {top: 100, left: 0}, 300 ) .addAnimation( box, {top: 100, left: 100}, 500, 100 // 100ms delay ) .start(); ```

文 件 列 表

animation_chain.js
VIP VIP
0.192852s