Home
last modified time | relevance | path

Searched refs:animate (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js971 animate = state || opts.target.length === 1,
1069 if(opts.effect === FALSE || animate === FALSE) {
1882 $(this).animate(pos, {
H A Djquery.js8293 return this.animate( genFx("show", 3), speed, easing, callback );
8337 return this.animate( genFx("hide", 3), speed, easing, callback);
8383 this.animate(genFx("toggle", 3), fn, fn2, callback);
8391 .animate({opacity: to}, speed, easing, callback);
8394 animate: function( prop, speed, easing, callback ) { method
8619 return this.animate( props, speed, easing, callback );