first commit of everything.
This commit is contained in:
parent
fc26621c08
commit
08fdb74a81
2487 changed files with 71498 additions and 0 deletions
13
client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js
vendored
Executable file
13
client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* jQuery UI Effects Fade 1.8.9
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Fade
|
||||
*
|
||||
* Depends:
|
||||
* jquery.effects.core.js
|
||||
*/
|
||||
(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);
|
Loading…
Add table
Add a link
Reference in a new issue