mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
5 lines
No EOL
368 B
JavaScript
5 lines
No EOL
368 B
JavaScript
/*! jQuery UI - v1.10.1 - 2013-02-15
|
|
* http://jqueryui.com
|
|
* Includes: jquery.ui.effect-fade.js
|
|
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
|
|
(function(e,t){e.effects.effect.fade=function(t,n){var r=e(this),i=e.effects.setMode(r,t.mode||"toggle");r.animate({opacity:i},{queue:!1,duration:t.duration,easing:t.easing,complete:n})}})(jQuery); |