您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. jQuery1.5.1 animate方法源码阅读

  2. jquery本身的动画较之mootools,总体上感觉稍微有点逊色,不过因为其有强大的插件,加上API易读型,易用性等备受青睐,在动画效果方面,API提供了比如一些比较实用的Effects,下面是main方法animate
  3. 所属分类:其它

    • 发布日期:2020-10-28
    • 文件大小:52224
    • 提供者:weixin_38627213
  1. jQuery1.5.1 animate方法源码阅读

  2. 代码如下: /*7536-7646*/ animate: function( prop, speed, easing, callback ) { if ( jQuery.isEmptyObject( prop ) ) { return this.each( optall.complete ); } //#7864行this.options.complete.call( this.elem )使得其可以不断的连续执行动画,比如$(‘selector’).animate({prop1},speed1
  3. 所属分类:其它

    • 发布日期:2020-12-08
    • 文件大小:47104
    • 提供者:weixin_38726441