source: ether_iasi/trunk/web/resources/js/library/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fade.min.js

Last change on this file was 786, checked in by cbipsl, 10 years ago

commit temp
bug libraries

File size: 329 bytes
Line 
1/*! jQuery UI - v1.9.2 - 2014-05-04
2* http://jqueryui.com
3* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
4
5(function(e){e.effects.effect.fade=function(t,i){var a=e(this),s=e.effects.setMode(a,t.mode||"toggle");a.animate({opacity:s},{queue:!1,duration:t.duration,easing:t.easing,complete:i})}})(jQuery);
Note: See TracBrowser for help on using the repository browser.