Projet

Général

Profil

Paste
Télécharger (577 octets) Statistiques
| Branche: | Révision:

root / htmltest / misc / ui / jquery.effects.fade.min.js @ 85ad3d82

1

    
2
/*
3
 * jQuery UI Effects Fade 1.8.7
4
 *
5
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
6
 * Dual licensed under the MIT or GPL Version 2 licenses.
7
 * http://jquery.org/license
8
 *
9
 * http://docs.jquery.com/UI/Effects/Fade
10
 *
11
 * Depends:
12
 *        jquery.effects.core.js
13
 */
14
(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery);